DoubleRange typedef
DoubleRange = $DoubleRange
Specifies the double start and end of the range using half-open interval semantics [start, end).
Implementation
typedef DoubleRange = $DoubleRange;
Specifies the double start and end of the range using half-open interval semantics [start, end).
typedef DoubleRange = $DoubleRange;