split

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

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

fnIStr[] split(IStr str, char sep)

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