Range
struct Range
A (half-open) range bounded inclusively below and exclusively above (start..end).
The range start..end contains all values with start <= x < end. It is empty if start >= end.
Fields
Methods
struct Range
A (half-open) range bounded inclusively below and exclusively above (start..end).
The range start..end contains all values with start <= x < end. It is empty if start >= end.