Skip to content

v2.7.0

Choose a tag to compare

@elliotchance elliotchance released this 19 Jun 20:16
36b1ca2
Add Delete function (#194)

Delete removes elements at indices in idx from input slice, returns resulting slice.
If an index is out of bounds, skip it.