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 between min and max (exclusive).
isInRangeInclusive(num min, num max) bool

Available on num, provided by the NumRangeInclusiveExclusiveExtensions extension

True if in min, max inclusive (alias for isBetween).