|
RandomAccessCollection without O(1) efficiency
|
|
4
|
1676
|
December 14, 2022
|
|
Adding 0-based integer signed *offset* and *offset range* subscripts to `RandomAccessCollection`
|
|
21
|
2423
|
November 29, 2022
|
|
MutableCollection move(fromOffsets:toOffset:) cannot be called without importing SwiftUI
|
|
2
|
988
|
August 5, 2022
|
|
String Index unification vs BidirectionalCollection requirements
|
|
24
|
3683
|
April 16, 2022
|
|
Missed optimization in ReversedCollection?
|
|
3
|
1160
|
July 14, 2021
|
|
Is it possible to make an Iterator that yelds?
|
|
6
|
2745
|
December 16, 2021
|
|
Why is removeAll(where:) function available for arrays but not sets?
|
|
1
|
1267
|
November 13, 2021
|
|
Searching in sorted arrays
|
|
1
|
1036
|
October 2, 2021
|
|
`count(where:)` on Sequence
|
|
42
|
14144
|
August 4, 2021
|
|
[Beginner] how to save data in collectionview
|
|
0
|
815
|
July 23, 2021
|
|
Conforming to `Collection` with `String` as `Key`
|
|
4
|
2220
|
June 22, 2021
|
|
Is it okay to ignore overflow when incrementing/decrementing Collection indexes?
|
|
2
|
1301
|
April 14, 2021
|
|
Set Uniqueness of instances with the same hashValue
|
|
6
|
2551
|
March 3, 2021
|
|
Copying elements on top of a MutableCollection
|
|
0
|
594
|
December 22, 2020
|
|
More on the linearity (de facto) requirement on sequences and (especially) collections
|
|
3
|
902
|
December 5, 2020
|
|
In-place scan
|
|
1
|
820
|
November 26, 2020
|
|
Deltas, an adaptation of C++'s adjacent_difference
|
|
0
|
570
|
November 23, 2020
|
|
RangeSet
|
|
4
|
1272
|
November 8, 2020
|
|
Is this loss of transitive mutability another bug?
|
|
2
|
681
|
October 16, 2020
|
|
Require parameter names when referencing to functions
|
|
93
|
10532
|
October 5, 2020
|
|
Sum with Block
|
|
32
|
3878
|
October 2, 2020
|
|
Behavior of index(after:)
|
|
6
|
4167
|
September 30, 2020
|
|
What does Collection.subscript._read do in Swift 5?
|
|
7
|
3908
|
September 8, 2020
|
|
Add swap into Set Collection Type
|
|
11
|
1637
|
September 3, 2020
|
|
Creating a CollectionOfOne from a Sequence element
|
|
11
|
2080
|
August 24, 2020
|
|
Bump on AnySequence / AnyCollection conversion
|
|
6
|
1529
|
August 14, 2020
|
|
On specializing an extension method based on a second protocol conformance (attn: RangeSet)
|
|
0
|
459
|
August 11, 2020
|
|
Chunking Collections and Strings in Swift 5.1
|
|
19
|
8613
|
June 27, 2020
|
|
Add sort overload to Sequence to sort by a Comparable attribute of elements
|
|
3
|
1541
|
June 18, 2020
|
|
Add GroupBy method to Sequence
|
|
12
|
6161
|
June 18, 2020
|