Liking cljdoc? Tell your friends :D

monnit.pair

A two-element tuple, smaller than a vector. Implements monnit.core/Functor.

A two-element tuple, smaller than a vector. Implements [[monnit.core/Functor]].
raw docstring

fstclj/s

(fst p)

Get the first element of the Pair p

Get the first element of the [[Pair]] `p`
sourceraw docstring

pairclj/s

(pair fst snd)

Create a Pair

Create a [[Pair]]
sourceraw docstring

Pairclj/s≠

cljs

A two-element tuple, smaller than a vector. Implements monnit.core/Functor.

A two-element tuple, smaller than a vector. Implements [[monnit.core/Functor]].
source (clj)source (cljs)raw docstring

pair?clj/s

(pair? p)

Is p a pair?

Is `p` a pair?
sourceraw docstring

sndclj/s

(snd p)

Get the second element of the Pair p

Get the second element of the [[Pair]] `p`
sourceraw docstring

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

× close