Skip to content

v2.7.0

Compare
Choose a tag to compare
@elliotchance elliotchance released this 19 Jun 20:16
· 8 commits to master since this release
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.