eatLine

Consume a LF or CRLF terminated line from s. Sets s to null and returns the remainder if there is no line terminator in s.

  1. T[] eatLine(T[] s, bool eatIncompleteLines)
    T[]
    eatLine
    (
    T
    )
    (
    ref T[] s
    ,
    bool eatIncompleteLines = true
    )
  2. template eatLine(OnEof onEof)

Meta