stripl

Trim the given array by stripping the provided match from the left hand side. Returns a slice of the original content

inout(char)[]
stripl
(
inout(char)[] source
,
char match
)

Meta