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.

Parameters

T: type,
slice: []const T,
values_to_strip: []const T,