|
How can I use the Swift Collections package with a compile-time flag?
|
|
1
|
139
|
December 22, 2025
|
|
Casting closure collections
|
|
11
|
692
|
November 4, 2025
|
|
Protocol as Dictionary Key or Set element
|
|
18
|
540
|
May 27, 2025
|
|
Can anyone glance over this `FourCharCode` wrapper?
|
|
1
|
191
|
April 15, 2025
|
|
Is there a testing suite for Collection types out there?
|
|
0
|
115
|
April 11, 2025
|
|
How do I finalize this collection package?
|
|
1
|
135
|
March 31, 2025
|
|
The wrong default `Indices` type is being used
|
|
4
|
150
|
March 19, 2025
|
|
Using `index(_:offsetBy:limitedBy:)` at the limit
|
|
0
|
119
|
March 16, 2025
|
|
Efficiently Reaping Weak Collections
|
|
8
|
479
|
March 1, 2025
|
|
[Pitch] Add Collection conformance for EnumeratedSequence
|
|
0
|
313
|
December 16, 2024
|
|
Checking equality of key paths not working as I expected
|
|
2
|
150
|
December 13, 2024
|
|
[Pitch] AttributedString Discontiguous Operations
|
|
0
|
122
|
December 12, 2024
|
|
[Pitch] Add `insertOrRemove(_:)` Method to `Set` and `SetAlgebra` in Swift
|
|
27
|
1372
|
December 9, 2024
|
|
Adding a LinkedList type to the Standard Library
|
|
24
|
9155
|
October 5, 2024
|
|
I did end up making a FNV class. Now what?
|
|
1
|
155
|
July 31, 2024
|
|
Can't the striding function's return types conform to Collection now?
|
|
5
|
734
|
July 27, 2024
|
|
Using 'filter' on an array of actors
|
|
4
|
636
|
July 23, 2024
|
|
I forgot how to convert a reversed-collection index to its original index
|
|
2
|
316
|
July 14, 2024
|
|
Tree: A hierarchical tree structure for Swift
|
|
0
|
2047
|
February 16, 2024
|
|
[Accepted] SE-0270: Add `Collection` operations on noncontiguous elements
|
|
0
|
1670
|
December 20, 2023
|
|
SE-0270 (fourth review): Add Collection operations on noncontiguous elements
|
|
22
|
3109
|
December 20, 2023
|
|
Closure return value seemingly affecting execution of unrelated expressions
|
|
4
|
523
|
December 17, 2023
|
|
Compiler optimisations for functional-style Collection algorithms
|
|
20
|
1479
|
November 14, 2023
|
|
Can a group of weak references conform to Collection?
|
|
4
|
1069
|
June 30, 2023
|
|
Introducing Swift Index Revolver (plus a question)
|
|
12
|
786
|
February 1, 2023
|
|
Async forEach (again)
|
|
8
|
3323
|
January 22, 2023
|
|
RandomAccessCollection without O(1) efficiency
|
|
4
|
1626
|
December 14, 2022
|
|
Adding 0-based integer signed *offset* and *offset range* subscripts to `RandomAccessCollection`
|
|
22
|
2270
|
November 29, 2022
|
|
MutableCollection move(fromOffsets:toOffset:) cannot be called without importing SwiftUI
|
|
2
|
961
|
August 5, 2022
|
|
String Index unification vs BidirectionalCollection requirements
|
|
24
|
3526
|
April 16, 2022
|