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