AnsiSectionRange.front

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

Return Value

Type: AnsiSectionBase!Char

The latest-parsed AnsiSection.

Meta