Introducing Swift Index Revolver (plus a question)
|
|
12
|
442
|
February 1, 2023
|
Async forEach (again)
|
|
8
|
432
|
January 22, 2023
|
RandomAccessCollection without O(1) efficiency
|
|
4
|
620
|
December 14, 2022
|
Adding 0-based integer signed *offset* and *offset range* subscripts to `RandomAccessCollection`
|
|
22
|
1433
|
November 29, 2022
|
MutableCollection move(fromOffsets:toOffset:) cannot be called without importing SwiftUI
|
|
2
|
339
|
August 5, 2022
|
String Index unification vs BidirectionalCollection requirements
|
|
24
|
2360
|
April 16, 2022
|
Missed optimization in ReversedCollection?
|
|
3
|
675
|
July 14, 2021
|
Adding a LinkedList type to the Standard Library
|
|
18
|
4656
|
February 22, 2022
|
Is it possible to make an Iterator that yelds?
|
|
6
|
1207
|
December 16, 2021
|
Why is removeAll(where:) function available for arrays but not sets?
|
|
1
|
520
|
November 13, 2021
|
Searching in sorted arrays
|
|
1
|
418
|
October 2, 2021
|
`count(where:)` on Sequence
|
|
42
|
10321
|
August 4, 2021
|
[Beginner] how to save data in collectionview
|
|
0
|
445
|
July 23, 2021
|
Conforming to `Collection` with `String` as `Key`
|
|
4
|
752
|
June 22, 2021
|
Is it okay to ignore overflow when incrementing/decrementing Collection indexes?
|
|
2
|
607
|
April 14, 2021
|
Set Uniqueness of instances with the same hashValue
|
|
6
|
858
|
March 3, 2021
|
Copying elements on top of a MutableCollection
|
|
0
|
383
|
December 22, 2020
|
More on the linearity (de facto) requirement on sequences and (especially) collections
|
|
3
|
538
|
December 5, 2020
|
In-place scan
|
|
1
|
545
|
November 26, 2020
|
Deltas, an adaptation of C++'s adjacent_difference
|
|
0
|
376
|
November 23, 2020
|
RangeSet
|
|
4
|
664
|
November 8, 2020
|
Is this loss of transitive mutability another bug?
|
|
2
|
434
|
October 16, 2020
|
Require parameter names when referencing to functions
|
|
93
|
7578
|
October 5, 2020
|
Sum with Block
|
|
32
|
2602
|
October 2, 2020
|
Behavior of index(after:)
|
|
6
|
2349
|
September 30, 2020
|
What does Collection.subscript._read do in Swift 5?
|
|
7
|
2956
|
September 8, 2020
|
Can't the striding function's return types conform to Collection now?
|
|
0
|
383
|
September 3, 2020
|
Add swap into Set Collection Type
|
|
11
|
1044
|
September 3, 2020
|
Creating a CollectionOfOne from a Sequence element
|
|
11
|
1327
|
August 24, 2020
|
Bump on AnySequence / AnyCollection conversion
|
|
6
|
1074
|
August 14, 2020
|