on Tue Feb 07 2017, Guillaume Lessard wrote:
>> On 7 févr. 2017, at 21:57, Slava Pestov wrote:
>>
>>>
>>> On Feb 7, 2017, at 8:14 PM, Guillaume Lessard via swift-users
>>> wrote:
>>>
>
>>> I keep running into weird things with Swift 3 Collections.
>>>
>>> A) Collection has its count prope
> On 7 févr. 2017, at 21:57, Slava Pestov wrote:
>
>>
>> On Feb 7, 2017, at 8:14 PM, Guillaume Lessard via swift-users
>> wrote:
>>
>> I keep running into weird things with Swift 3 Collections.
>>
>> A) Collection has its count property defined as an Int via IndexDistance:
>>
>> public pro
> On Feb 7, 2017, at 8:14 PM, Guillaume Lessard via swift-users
> wrote:
>
> I keep running into weird things with Swift 3 Collections.
>
> A) Collection has its count property defined as an Int via IndexDistance:
>
> public protocol Collection : Indexable, Sequence {
>associatedtype Inde