fn trim(comptime T: type, slice: []const T, values_to_strip: []const T) []const T
[src]
Remove a set of values from the beginning and end of a slice.
fn trim(comptime T: type, slice: []const T, values_to_strip: []const T) []const T
Remove a set of values from the beginning and end of a slice.