ClojureDocs

导航

命名空间

int-in-range?

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