Closed
Description
Iterators in the str
module are all prefixed with Str
, but this isn't really necessary when you're using them as they're imported like str::StrCharIterator
, something like str::CharIterator
makes more sense.
There's also a similar situation in the vec
module where they also need to be renamed.