lineOf

Return the indexed line, where each line is identified by a \n or \r\n combination. The line terminator is stripped from the resultant line

Note that src content is not duplicated by this function, but is sliced instead.

inout(char)[]
lineOf
(
inout(char)[] src
,
size_t index
)

Meta