NumRangeInclusiveExclusiveExtensions extension
Is in closed/open range. Roadmap #137. NumRangeExtensions has isBetween (inclusive).
- on
Methods
-
isInRangeExclusive(
num min, num max) → bool -
Available on num, provided by the NumRangeInclusiveExclusiveExtensions extension
True if strictly betweenminandmax(exclusive). Audited: 2026-06-12 11:26 EDT -
isInRangeInclusive(
num min, num max) → bool -
Available on num, provided by the NumRangeInclusiveExclusiveExtensions extension
True if inmin, maxinclusive (alias for isBetween). Audited: 2026-06-12 11:26 EDT