on Thu Jun 16 2016, Patrick Pijnappel <[email protected]> wrote:
>> >> -1, for the same reasons stated on the thread. These are neither >> guaranteed to be mutating or non-mutating until you get to Collection. >> Changing map() to mapped() would be lying to the developer some of the >> time about the mutability of the interface. >> -DW > > Actually the -ed/-ing suffix is *not *intended to guarantee > non-mutatability. I beg to differ. “<noun>, <verb>ed” is still a noun phrase and as such should not have side-effects, which rules out mutation. -- Dave _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
