splitAsciiLines

Like splitLines, but does not attempt to split on Unicode line endings. Only splits on "\r", "\n", and "\r\n".

T[][]
splitAsciiLines
(
T
)
(
T[] text
)
if (
is(Unqual!T == char)
)

Meta