split

fnIStr[] split(IStr str, IStr sep) @trusted @safe nothrow @nogc

Splits the string using a static buffer and returns the result.

fnIStr[] split(IStr str, char sep) @safe nothrow @nogc

Splits the string using a static buffer and returns the result.