AnsiSectionBase.isTextSection

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

Return Value

Type: bool

Whether this section contains plain text.

Meta