name, slug, sourceRef, category, subCategory, playUrl, variantHelpers, similarHelpers, position, signatures
| name |
slug |
sourceRef |
category |
subCategory |
playUrl |
variantHelpers |
similarHelpers |
position |
signatures |
| DropRight |
dropright |
slice.go#L457 |
core |
slice |
https://go.dev/play/p/GG0nXkSJJa3 |
|
| core#slice#drop |
| core#slice#dropwhile |
| core#slice#droprightwhile |
| core#slice#dropbyindex |
| core#slice#slice |
| core#slice#cutsuffix |
| core#slice#trimright |
|
180 |
| func DropRight[T any, Slice ~[]T](collection Slice, n int) Slice |
|
Drops n elements from the end of a slice.