# Functions
Collect creates a Map from an iter.Seq2[K,V] iterator.
CollectFunc creates a Map from an iter.Seq2[K,V] iterator with a custom compare function.
CollectN creates a Map, pre-sized for n entries, from an iter.Seq2[K,V] iterator.
CollectNFunc creates a Map, pre-sized for n entries, from an iter.Seq2[K,V] iterator with a custom compare function.
No description provided by the author
No description provided by the author
# Type aliases
Map is a simple implementation of [column.IterableOrderedMap] interface.