v1.17.3
ADDED: * slicesx.First * slicesx.FirstIndex * slicesx.Remove * slicesx.RemoveAll * slicesx.RemoveReverse
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user