Skip to content

Commit 9ee3ce2

Browse files
Update 0239-codable-range.md
1 parent 2294e8c commit 9ee3ce2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proposals/0239-codable-range.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ when their `Bound` is also `Codable`:
2929
* `PartialRangeThrough`
3030
* `PartialRangeUpTo`
3131

32+
These types will use an unkeyed container of their lower/upper bound (in sorted order, in cases of `Range` and `ClosedRange`).
33+
3234
## Effect on ABI stability, resilience, and source stability
3335

3436
This is a purely additive change, and so has no impact.

0 commit comments

Comments
 (0)