ADDED:
* slicesx.First
* slicesx.FirstIndex
* slicesx.Remove
* slicesx.RemoveAll
* slicesx.RemoveReverse
This commit is contained in:
brent saner
2026-09-03 16:25:31 -04:00
parent 67bd30907e
commit f002766c74
4 changed files with 364 additions and 218 deletions
+3
View File
@@ -1,4 +1,7 @@
/*
Package slicesx aims to extend functionality of the stdlib [slices] module.
Most are convenience functions that aid in readability (sometimes at a VERY negligible performance hit),
but others can be quite useful (e.g. [Remove], [RemoveAll], [RemoveReverse]) that will save on significant boilerplate.
*/
package slicesx