underscore/docs
Ruidy 1031038d42
feat: add Chunk, ContainsBy, UniqueBy, ParallelMap, map helpers
- 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`.
2025-09-01 18:03:38 -04:00
..
archetypes Doc site (#5) 2021-12-31 15:37:31 +01:00
content feat: add Chunk, ContainsBy, UniqueBy, ParallelMap, map helpers 2025-09-01 18:03:38 -04:00
data/menu docsite (#19) 2022-03-23 10:32:56 -04:00
static add logo and fix project image description (#22) 2022-03-24 17:03:10 +01:00
themes/hugo-geekdoc Refresh documentation (#39) 2024-12-03 09:29:53 +01:00
.hugo_build.lock Doc site (#5) 2021-12-31 15:37:31 +01:00
config.toml add documentation link 2022-03-23 10:58:44 -04:00