ClojureDocs

Nav

Namespaces

int-in-range?

  • (int-in-range? start end val)
Return true if start <= val, val < end and val is a fixed
precision integer.