[][src]Module oatie::stepper::charcursor

TODO Move this to src/core ?

Structs

CharCursor

Indexes into a DocString, tracking two owned DocStrings left() and right() which can be retrieved by reference. Because indexing into the string is performed on DocString internals, this makes scanning a Unicode string much faster than split_at().