pub type TextLine<C> = Box<[C]>;
A single line of characters.
pub struct TextLine<C>(/* private fields */);