Module collections/mod
Index
Interfaces
Type Aliases
ArrayValueType
DeepMerge
DeepMergeOptions
ExpandRecursively
InvertByResult
InvertResult
JoinToStringOptions
MapKeyType
MapValueType
Merge
MergeAllArrays
MergeAllMaps
MergeAllRecords
MergeAllSets
MergeRightOmitComplexes
MergingStrategy
ObjectXorKeys
OmitComplexes
Order
PartialByType
SetValueType
SortByOptions
Functions
aggregateGroups
associateBy
associateWith
chunk
deepMerge
distinct
distinctBy
dropLastWhile
dropWhile
filterEntries
filterKeys
filterValues
findSingle
firstNotNullishOf
includesValue
intersect
invert
invertBy
joinToString
mapEntries
mapKeys
mapNotNullish
mapValues
maxBy
maxOf
maxWith
minBy
minOf
minWith
omit
partition
partitionEntries
permutations
pick
reduceGroups
runningReduce
sample
slidingWindows
sortBy
sumOf
takeLastWhile
takeWhile
union
unzip
withoutAll
zip
Pure functions for common tasks around collection types like arrays and objects.
Inspired by Kotlin's Collections package and Lodash.