- (conj) -> []
- (conj nil x ...) builds a list (prepends): (conj nil 1 2) -> (2 1)
- conj a map value into a map/phm merges its entries ((conj {:a 0} {:b 1}) ->
{:a 0 :b 1}); a [k v] vector/pair still adds one entry.
conj.cljc 14/6/5 -> 21/3/1. clojure-test-suite pass 3681->3691, errors 105->98.
spec: seq/conj-edge-cases (8). jpm test green.
|
||
|---|---|---|
| .. | ||
| integration | ||
| spec | ||
| support | ||
| unit | ||