BufferedIO.readLine

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(char)[] readLine(char terminator)
  2. const(char)[] readLine(char terminator, bool partialOk, ARGS args)
    struct BufferedIO(T)
    @trusted @nogc
    const(char)[]
    readLine
    (
    ARGS...
    )
    (,,
    ARGS args
    )

Meta