Skip to main content

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.

No examples yet. Be the first to add one!