Back to Lo

It Dropbyindex

docs/data/it-dropbyindex.md

1.53.0131 B
Original Source

Removes elements from a collection at the specified indexes.

go
result := it.DropByIndex(it.Range(1, 6), 1, 3)
// [1, 3, 5]