AnsiSectionBase.isSequenceSection

struct AnsiSectionBase(Char)
@safe @nogc nothrow pure const
bool
isSequenceSection
()
if (
isSomeChar!Char
)

Return Value

Type: bool

Whether this section contains an ANSI escape sequence.

Meta