name, slug, sourceRef, category, subCategory, playUrl, variantHelpers, similarHelpers, position, signatures
| name |
slug |
sourceRef |
category |
subCategory |
playUrl |
variantHelpers |
similarHelpers |
position |
signatures |
| DropByIndex |
dropbyindex |
slice.go#L501 |
core |
slice |
https://go.dev/play/p/bPIH4npZRxS |
|
| core#slice#drop |
| core#slice#dropright |
| core#slice#dropwhile |
| core#slice#droprightwhile |
| core#slice#slice |
| core#slice#withoutnth |
| core#slice#splice |
|
210 |
| func DropByIndex[T any, Slice ~[]T](collection Slice, indexes ...int) Slice |
|
Drops elements from a slice by index. Negative indexes count from the end.