Lines.readln

Read a line of text, and return false when there's no further content available.

class Lines(T)
final
bool
readln
(
ref const(T)[] content
)

Meta