Commit Graph

5 Commits

Author SHA1 Message Date
John Griffiths
a3546e66a4 Compress assets. 2016-02-18 12:31:59 -05:00
DaKnOb
2277735774 Optimize Documentation Images to Save Bandwidth
This commit optimizes the images available in the
docs folder in order to  save  on  bandwidth  and
also decrease page loading time.

Images updated:
- docs/Array.png
- docs/ArrayBridge.png
- docs/ArrayCast.png
- docs/ArrayImplementation.png
- docs/ContiguousArray.png
- docs/Slice.png
2015-12-04 15:39:16 +02:00
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