ark::strings::NumericRange

Defined in header “ark/strings/range.hh”.


Represents a parsed numeric range. General convention is that both minimum and maximum are inclusive.

Variables

  • int64_t minimum

  • int64_t maximum