int-in-range?
functionv1.9
cljs.spec.alpha/int-in-range?
(int-in-range? [start end val])Return true if start <= val, val < end and val is a fixed
precision integer.
Examples
No examples yet. Be the first to add one!
cljs.spec.alpha/int-in-range?
(int-in-range? [start end val])No examples yet. Be the first to add one!