AnsiSection

The resulting object from AnsiSectionRange, describes whether a slice of text is an ANSI sequence or not.

Members

Variables

isAnsiSequence
bool isAnsiSequence;

true if the slice is an ANSI sequence, false if it's just text.

slice
const(char)[] slice;

The slice of text that this section consists of.

Meta