mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
- Add `Chunk` to split slices into groups of size n. - Add `ContainsBy` for predicate-based containment checks. - Add `UniqueBy` to deduplicate slices by key selector. - Add `ParallelMap` for concurrent mapping with context and error handling. - Add `maps.Keys` and `maps.Values` helpers for extracting map keys/values. - Update README and docs for new features. - Refactor `Contains` to use `slices.Contains`. |
||
|---|---|---|
| .. | ||
| all.md | ||
| any.md | ||
| chunk.md | ||
| contains.md | ||
| containsby.md | ||
| difference.md | ||
| drop.md | ||
| each.md | ||
| filter.md | ||
| find.md | ||
| flatmap.md | ||
| groupby.md | ||
| intersection.md | ||
| last.md | ||
| map.md | ||
| max.md | ||
| min.md | ||
| parallel_map.md | ||
| partition.md | ||
| reduce.md | ||
| sum.md | ||
| unique.md | ||
| unique_by.md | ||