Commit Graph

3 Commits

Author SHA1 Message Date
Dave Abrahams
cff11a4cad [docs] Rename NativeArray => ContiguousArray
Per API review feedback.  Code changes are to come.

Swift SVN r18138
2014-05-15 23:24:01 +00:00
Dave Abrahams
dd6b0f7144 [stdlib] More Array doc updates
There's little point in allowing Array<T> to have both direct and
indirect representations when T can be a class type.  Let's drop the
branch cost and generate less code.

Swift SVN r17353
2014-05-04 01:32:54 +00:00
Dave Abrahams
2c0a803afe [docs] Updated information on Array casts
Swift SVN r17303
2014-05-03 02:07:14 +00:00