[][src]Type Definition kul_core::text::Chars

type Chars<'text, TextType> = Map<Iter<'text, TextType>, fn(_: SourceIterItem<<TextType as TextBase>::Pos>) -> char>;

The type returned by Text::chars.