Commit Graph

5 Commits

Author SHA1 Message Date
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
c7308ae2eb [docs] Line wrapping fix in diagram
Swift SVN r18142
2014-05-15 23:39:04 +00: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
98274bd5d3 [docs] Update Arrays.rst
This is a partial update.  We need to decide how to rework array
up-/down-casting to account for value semantics changes.  Will post to
the list.

Swift SVN r17254
2014-05-02 16:30:14 +00:00