(digits x)
Returns a seq of the digits of x
Returns a seq of the digits of x
(generate-valid pred f)
Keeps invoking (f) until (pred (f)) is true, then returns that value.
Keeps invoking (f) until (pred (f)) is true, then returns that value.
(insert-indexed index->x coll)
Takes a map of indices to things and inserts the things at those indices of coll.
Takes a map of indices to things and inserts the things at those indices of coll.
(rand-digits n)
Returns a seq of n random digits.
Returns a seq of n random digits.
(split-control coll)
Returns a tuple of [code control-digits], where control-digits are the last 2 digits.
Returns a tuple of [code control-digits], where control-digits are the last 2 digits.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close