AnsiSectionRange.empty

struct AnsiSectionRange(Char)
@nogc pure nothrow
bool
empty
()
if (
isSomeChar!Char
)

Return Value

Type: bool

Whether there's no more text to parse.

Meta