name, slug, sourceRef, category, subCategory, playUrl, variantHelpers, similarHelpers, position, signatures
| name |
slug |
sourceRef |
category |
subCategory |
playUrl |
variantHelpers |
similarHelpers |
position |
signatures |
| TrimLeft |
trimleft |
slice.go#L847 |
core |
slice |
https://go.dev/play/p/74aqfAYLmyi |
|
| core#slice#trim |
| core#slice#trimright |
| core#slice#trimprefix |
| core#slice#trimsuffix |
|
0 |
| func TrimLeft[T comparable, Slice ~[]T](collection Slice, cutset Slice) Slice |
|
Removes all leading elements found in the cutset from the collection.