[swift-evolution] [Review] SE-0006 Apply API Guidelines to the Standard Library

Dmitri Gribenko gribozavr at gmail.com
Fri Jan 22 18:24:09 CST 2016


On Fri, Jan 22, 2016 at 4:14 PM, Trent Nadeau via swift-evolution
<swift-evolution at swift.org> wrote:
> MutableSliceable was removed. Use CollectionType where SubSequence :
> MutableCollectionType instead.
>
>
> With the new protocol names, this bullet should be the following in both
> places:
>
> MutableSliceable was removed. Use Collection where SubSequence :
> MutableCollection instead.

Thank you, fixed that!

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/


More information about the swift-evolution mailing list