Copying elements on top of a MutableCollection
|
|
0
|
101
|
December 22, 2020
|
More on the linearity (de facto) requirement on sequences and (especially) collections
|
|
3
|
263
|
December 5, 2020
|
In-place scan
|
|
1
|
152
|
November 26, 2020
|
Deltas, an adaptation of C++'s adjacent_difference
|
|
0
|
116
|
November 23, 2020
|
RangeSet
|
|
4
|
321
|
November 8, 2020
|
Is this loss of transitive mutability another bug?
|
|
2
|
191
|
October 16, 2020
|
Require parameter names when referencing to functions
|
|
93
|
5737
|
October 5, 2020
|
Sum with Block
|
|
36
|
1601
|
October 2, 2020
|
Behavior of index(after:)
|
|
6
|
381
|
September 30, 2020
|
What does Collection.subscript._read do in Swift 5?
|
|
7
|
1501
|
September 8, 2020
|
Can't the striding function's return types conform to Collection now?
|
|
0
|
144
|
September 3, 2020
|
Add swap into Set Collection Type
|
|
11
|
646
|
September 3, 2020
|
Creating a CollectionOfOne from a Sequence element
|
|
11
|
668
|
August 24, 2020
|
Bump on AnySequence / AnyCollection conversion
|
|
6
|
559
|
August 14, 2020
|
On specializing an extension method based on a second protocol conformance (attn: RangeSet)
|
|
0
|
141
|
August 11, 2020
|
Chunking Collections and Strings in Swift 5.1
|
|
19
|
2662
|
June 27, 2020
|
Add sort overload to Sequence to sort by a Comparable attribute of elements
|
|
3
|
307
|
June 18, 2020
|
Add GroupBy method to Sequence
|
|
12
|
808
|
June 18, 2020
|
The hash value of the elements in Set changed not as expected
|
|
7
|
208
|
June 17, 2020
|
Add `modify…(…)` methods to `Dictionary` / `MutableCollection` / `Optional`
|
|
21
|
1595
|
May 29, 2020
|
Traversal level for CollectionDifference
|
|
0
|
149
|
May 23, 2020
|
A new way of offsetting
|
|
5
|
706
|
May 23, 2020
|
New version of diverges/mismatch proposal
|
|
0
|
246
|
May 14, 2020
|
Yet another chunked sequence/collection idea
|
|
0
|
278
|
February 29, 2020
|
Synthesized collection conformance for simple wrappers
|
|
14
|
766
|
February 22, 2020
|
What's unconditionally calling count?
|
|
8
|
506
|
January 31, 2020
|
How much of a deal-breaker is having a Collection with too many elements?
|
|
0
|
184
|
January 14, 2020
|
Adding a LinkedList type to the Standard Library
|
|
15
|
1853
|
January 10, 2020
|
Sorted Sequence Operations: Merge-Sort, Set Operations, Inclusion Testing
|
|
0
|
346
|
November 26, 2019
|
How to make variable-length enums?
|
|
0
|
325
|
November 12, 2019
|