# Functions
Collect map through given function.
Count elements for which the given boolean function evaluates to true.
Compare two maps of comparable values.
Compare two maps by a given equality function (for values, keys are still compared by ==).
Get keys of map.
Select sub-map from map by given function.
Select sub-map from map by the given keys.
Get values of map.