Liking cljdoc? Tell your friends :D
Clojure only.

detritus.bimap

A bi-directional map type.

A bi-directional map type.
raw docstring

bimapclj

(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.
sourceraw docstring

ReversibleMapcljprotocol

rmapclj

(rmap m)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close