trim

Trim the provided array by stripping whitespace from both ends. Returns a slice of the original content

inout(char)[]
trim
(
inout(char)[] source
)

Meta