AnsiSectionBase

Contains an section of text, with an additional field to specify whether the section contains plain text, or an ANSI escape sequence.

Members

Functions

isSequenceSection
bool isSequenceSection()
isTextSection
bool isTextSection()

Variables

type
AnsiSectionType type;

The type of data stored in this section.

value
const(Char)[] value;

The value of this section.

Parameters

Char

What character type is used.

See Also

AnsiSection alias for ease-of-use.

Meta