(conj [] [coll] [coll x] [coll x & xs])conj[oin]. Returns a new collection with the xs
'added'. (conj nil item) returns (item).
(conj coll) returns coll. (conj) returns [].
The 'addition' may happen at different 'places' depending
on the concrete type.
Examples
No examples yet. Be the first to add one!