collection-visit
Visit a method over the items in an object, or map visit over the objects in an array.
map-visit
Map `visit` over an array of objects.
arr-to-map
create a map from items of an array, using one property as 'key'
hasharray
A data structure that combines a hash and an array for fast dictionary lookup and traversal by complex keys.