asciiSplit

Like std.string.split (one argument version, which splits by whitespace), but only splits by ASCII and does not autodecode.

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

Meta