Dave Abrahams
|
11259d1d14
|
[stdlib] indexing model: rename in-place indexing
This time, choose something that's at least compliant with the API
guidelines.
|
2016-03-23 17:16:20 -07:00 |
|
Dave Abrahams
|
8d9e62b274
|
[stdlib] indexing model: rename next/previous
I'm not too satisfied with the names for the updating: versions, but
this is a start.
|
2016-03-22 17:13:54 -07:00 |
|
Dmitri Gribenko
|
55885fb5ed
|
New indexing model: tighten requirements on SubSequence types
|
2016-03-22 15:02:45 -07:00 |
|
Dmitri Gribenko
|
e63374f2b7
|
stdlib: add more doc comments to MutableIndexable
|
2016-03-19 00:03:03 -07:00 |
|
Dmitri Gribenko
|
941235c25e
|
New indexing model: remove a duplicate API
|
2016-03-18 23:03:19 -07:00 |
|
Dave Abrahams
|
a9dd95c37a
|
[stdlib] indexing model: Generic Mutable Slicing
|
2016-03-18 15:08:40 -07:00 |
|
Dave Abrahams
|
f493b54e44
|
[stdlib] indexing model: Interval/Range merge
This is step 1; we still need to introduce ClosedRange.
|
2016-03-16 15:59:10 -07:00 |
|
Dmitri Gribenko
|
82595aa57b
|
New indexing model: improve migration attributes
|
2016-03-13 22:05:01 -07:00 |
|
Shawn Erickson
|
68ff64357c
|
Changed _failEarlyRangeCheck(rangeStart: ... boundsEnd:) --> _failEarlyRangeCheck(range:, bounds:)
|
2016-03-07 09:57:48 -08:00 |
|
Dmitri Gribenko
|
ad1428e1d6
|
New collection indexing model: removed old index protocols
... and started to fix compiler errors.
|
2016-03-06 01:53:34 -08:00 |
|
Shawn Erickson
|
fe42606062
|
[stdlib] - WIP moved aspects of ForwardIndex and BidirectionalIndex into their Collection equivalents
|
2016-03-04 07:40:59 -08:00 |
|