AnsiSectionBase.value

The value of this section.

Notes: For sections that contain an ANSI sequence (AnsiSectionType.escapeSequence), the starting characters (\033[) and ending character ('m') are stripped from this value.

struct AnsiSectionBase(Char)
const(Char)[] value;

Meta