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