Adding a LinkedList type to the Standard Library
|
|
24
|
8096
|
October 5, 2024
|
I did end up making a FNV class. Now what?
|
|
1
|
99
|
July 31, 2024
|
Can't the striding function's return types conform to Collection now?
|
|
5
|
663
|
July 27, 2024
|
Using 'filter' on an array of actors
|
|
4
|
245
|
July 23, 2024
|
I forgot how to convert a reversed-collection index to its original index
|
|
2
|
223
|
July 14, 2024
|
Tree: A hierarchical tree structure for Swift
|
|
0
|
1730
|
February 16, 2024
|
[Accepted] SE-0270: Add `Collection` operations on noncontiguous elements
|
|
0
|
1628
|
December 20, 2023
|
SE-0270 (fourth review): Add Collection operations on noncontiguous elements
|
|
22
|
3002
|
December 20, 2023
|
Closure return value seemingly affecting execution of unrelated expressions
|
|
4
|
459
|
December 17, 2023
|
Compiler optimisations for functional-style Collection algorithms
|
|
20
|
1284
|
November 14, 2023
|
Can a group of weak references conform to Collection?
|
|
4
|
935
|
June 30, 2023
|
Introducing Swift Index Revolver (plus a question)
|
|
12
|
743
|
February 1, 2023
|
Async forEach (again)
|
|
8
|
2278
|
January 22, 2023
|
RandomAccessCollection without O(1) efficiency
|
|
4
|
1371
|
December 14, 2022
|
Adding 0-based integer signed *offset* and *offset range* subscripts to `RandomAccessCollection`
|
|
22
|
2133
|
November 29, 2022
|
MutableCollection move(fromOffsets:toOffset:) cannot be called without importing SwiftUI
|
|
2
|
868
|
August 5, 2022
|
String Index unification vs BidirectionalCollection requirements
|
|
24
|
3322
|
April 16, 2022
|
Missed optimization in ReversedCollection?
|
|
3
|
1092
|
July 14, 2021
|
Is it possible to make an Iterator that yelds?
|
|
6
|
2429
|
December 16, 2021
|
Why is removeAll(where:) function available for arrays but not sets?
|
|
1
|
1050
|
November 13, 2021
|
Searching in sorted arrays
|
|
1
|
949
|
October 2, 2021
|
`count(where:)` on Sequence
|
|
42
|
13310
|
August 4, 2021
|
[Beginner] how to save data in collectionview
|
|
0
|
787
|
July 23, 2021
|
Conforming to `Collection` with `String` as `Key`
|
|
4
|
1977
|
June 22, 2021
|
Is it okay to ignore overflow when incrementing/decrementing Collection indexes?
|
|
2
|
1237
|
April 14, 2021
|
Set Uniqueness of instances with the same hashValue
|
|
6
|
2205
|
March 3, 2021
|
Copying elements on top of a MutableCollection
|
|
0
|
569
|
December 22, 2020
|
More on the linearity (de facto) requirement on sequences and (especially) collections
|
|
3
|
847
|
December 5, 2020
|
In-place scan
|
|
1
|
774
|
November 26, 2020
|
Deltas, an adaptation of C++'s adjacent_difference
|
|
0
|
554
|
November 23, 2020
|