Skip to main content

CharIndices

Type Alias CharIndices 

Source
type CharIndices<'input> = Peekable<CharIndices<'input>>;

Aliased Typeยง

struct CharIndices<'input> { /* private fields */ }