Closed
Description
Currenty, str exports both CharRange
and methods for getting an CharRange
at an specific byte index of the string.
However, with Iterators we might not really need those to be public, and if we get an encoding module they might have to migrate to there anyway, as they are specific to the utf8 representation of a string.