[Accepted with Modifications] SE-0237: Introduce with Contiguous {Mutable} Storage If Available methods

Hello Swift Community,

The second review of SE-0237 "Introduce withContiguous{Mutable}StorageIfAvailable methods concluded on December 3rd, 2018. The proposal is accepted with revisions. The revised proposal shows the changes, which are:

  • Sequence will have a new (defaulted) requirement withContiguousStorageIfAvailable, and
  • MutableCollection will have a new (defaulted) requirement withContiguousMutableStorageIfAvailable.

Thanks to everyone who participated in the review!

Doug Gregor
Review Manager

7 Likes