A bi-directional map type.
A bi-directional map type.
(bimap kvs)
(bimap k v & kvs)
Constructs a bi-directional mapping between the given keys and values.
Given a mapping or single argument constituting a sequence of k-v pairs, returns the resulting bimap.
Given varargs, consecutive args are treated as k-v pairs and the resulting bimap is returned.
Constructs a bi-directional mapping between the given keys and values. Given a mapping or single argument constituting a sequence of k-v pairs, returns the resulting bimap. Given varargs, consecutive args are treated as k-v pairs and the resulting bimap is returned.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close