StringT.partition

Searches for sep and returns the part before and after that.

struct StringT(C)
inout(S)[2]
partition
inout
(
T
)
(
T sep
)

Meta