Keagan McClelland
c6734ea013
fn: breaking - reverse argument order in slice funcs
2024-11-06 17:32:50 -07:00
Keagan McClelland
a741c54175
fn: add compound slice functions
2024-11-06 16:29:41 -07:00
Keagan McClelland
4e1579cf4c
fn: add uncons, unsnoc and its component projections
2024-10-04 14:47:11 -06:00
Keagan McClelland
fb1437cb6d
fn: add Elem function for set membership
2024-07-10 15:37:27 -07:00
Keagan McClelland
c3603ccf96
fn: add FindIdx function
2024-07-10 15:34:57 -07:00
Keagan McClelland
5902aa5159
fn: add concurrent map operation for slices
2024-07-10 15:29:16 -07:00
Ononiwu Maureen
95016b849a
fn: Added HasDuplicates
function to slice
...
Signed-off-by: Ononiwu Maureen <59079323+Chinwendu20@users.noreply.github.com>
2024-05-20 11:54:33 +01:00
Ononiwu Maureen
30c9b86d62
fn: Added new slice functions.
...
Signed-off-by: Ononiwu Maureen <59079323+Chinwendu20@users.noreply.github.com>
2024-05-10 10:06:24 +01:00
Keagan McClelland
2bd9911804
fn: add slice utilities
...
In the year of our lord 2024 we should not be writing for loops
for standard operations. Here we introduce named slice operations
not found in the golang slices package. Note all these functions
are pure.
2024-03-02 11:43:07 -08:00