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