(control-digits mask1 mask2 digits)
(digits x)
Returns a seq of the digits of x
Returns a seq of the digits of x
(digits-string x)
Returns a string of the digits of x
Returns a string of the digits of x
(format length index->x code)
(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.
(left-pad n pad xs)
(parse code)
(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