Liking cljdoc? Tell your friends :D

cadastro-de-pessoa.shared


control-digitsclj/s

(control-digits mask1 mask2 digits)
source

digitsclj/s

(digits x)

Returns a seq of the digits of x

Returns a seq of the digits of x
sourceraw docstring

formatclj/s

(format length index->x code)
source

generate-validclj/s

(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.
sourceraw docstring

insert-indexedclj/s

(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.
sourceraw docstring

left-padclj/s

(left-pad n pad xs)
source

parseclj/s

(parse code)
source

rand-digitsclj/s

(rand-digits n)

Returns a seq of n random digits.

Returns a seq of n random digits.
sourceraw docstring

split-controlclj/s

(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.
sourceraw docstring

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

× close