slice

Returns a string array slice ranging from begin to end.

inout(char)[]
slice
(
inout(char)* begin
,
inout(char)* end
)

Meta