Commit Graph

17 Commits

Author SHA1 Message Date
Dmitri Gribenko
f0633ce5a9 stdlib: Sequence.iterator() => .makeIterator() 2016-02-23 13:52:30 -08:00
Dmitri Gribenko
efaa39ea79 stdlib: add first argument labels and some other changes to conform to API guidelines 2016-02-15 23:47:54 -08:00
Max Moiseev
08e1e4a043 Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines 2016-01-11 16:51:11 -08:00
practicalswift
6c8c9bfbc9 Consistently use normal quotes ("…") instead of curly quotes (“…”). 2016-01-06 21:38:32 +01:00
Dmitri Gribenko
9a9ff305f1 RangeReplaceableCollection.replaceRange() => .replaceSubrange() 2015-12-09 17:17:34 -08:00
Dmitri Gribenko
1c0047829a Rename SequenceType.generate() to SequenceType.iterator() 2015-12-09 17:11:17 -08:00
Dmitri Gribenko
2cf172160c Rename SequenceType.Generator associated type to SequenceType.Iterator 2015-12-09 17:11:05 -08:00
Dmitri Gribenko
31598d41bf Rename GeneratorType to IteratorProtocol 2015-12-07 17:08:32 -08:00
codester
7f8691beea Fixed spelling
Fixed Typo
2015-12-03 23:44:26 +05:30
Dmitri Hrybenko
c83fcf0570 Rename GeneratorOf and SequenceOf in the docs
Swift SVN r29631
2015-06-24 20:41:59 +00:00
Dmitri Hrybenko
f46f16ae82 stdlib: implement new print() API
rdar://20775683

Swift SVN r28309
2015-05-08 01:37:59 +00:00
Dmitri Hrybenko
6ad58cc52c SequencesAndCollections: add sections about mutable and range
replaceable collections

Also explain that MutableCollectionType can have an interesting
domain-specific order.

Swift SVN r26515
2015-03-25 02:21:48 +00:00
Dave Abrahams
c8ad2a54c8 SequencesAndCollections.rst final edits
Swift SVN r25343
2015-02-17 02:16:20 +00:00
Dave Abrahams
33c9457930 SequencesAndCollections.rst fix-ups
Long lines were getting cut off, and a sidebar was awkwardly placed

Swift SVN r25306
2015-02-15 23:15:10 +00:00
Dave Abrahams
1570364556 Update SequencesAndCollections.rst
Swift SVN r25305
2015-02-15 22:51:40 +00:00
Dave Abrahams
5e6a75b806 [stdlib] Progress on SequencesAndCollections paper
Swift SVN r25164
2015-02-11 04:18:54 +00:00
Dave Abrahams
a1cb0023d7 [stdlib] Begin SequencesAndCollections white paper
Swift SVN r25106
2015-02-10 00:46:29 +00:00