thought: would it be useful to include `component1...
# stdlib
d
thought: would it be useful to include
component1() = start
and
component2() = endInclusive
extensions for
ClosedRange<T>
,
IntRange
, etc? I tend to use
IntRange
and friends whenever a start/end pair is required, and the omission of destructuring operators seems odd
👍 2