[swift-evolution] Contiguous storage byte arrays

Brent Royal-Gordon brent at architechies.com
Wed Feb 17 17:09:07 CST 2016


> Unless you create an Array by bridging from NSArray, Swift's Array is
> guaranteed to have contiguous storage.

And if you want to guarantee contiguous storage, `ContiguousArray` does that.

-- 
Brent Royal-Gordon
Architechies



More information about the swift-evolution mailing list