ByLineSourceRange.length

Undocumented in source. Be warned that the author may not have intended to support it.
class ByLineSourceRange(KeepTerminator keepTerminator = No.keepTerminator, Char = char, ubyte terminator = '\n')
const pure nothrow @safe
size_t
length
()
if (
is(Char == char) ||
is(Char == ubyte)
)

Meta