Hi Jiannan,
I think you’ll get a better answer to your question on the ‘swift-dev’ list,
actually.
Hope this helps,
- Tony
> On Dec 2, 2017, at 9:08 AM, Cao, Jiannan via swift-corelibs-dev
> wrote:
>
> Hi everyone,
>
> I'd like to discuss the relation between RangeReplaceableCollection and
Hi everyone,
I'd like to discuss the relation between RangeReplaceableCollection and
MutableCollection
MutableCollection is a Collection type that can { set } any element with
subscript(position: Index). (and also { set } for subscript(range:
Range))
RangeReplaceableCollection requires a func
[Issue] Collection.distance() works not very well in some situations
The question is that, whether the original Collection Protocol requires index
from lower to higher (startIndex < endIndex).
If the original Collection Protocol requires index from lower to higher, than
this infinity loop should