[Pitch] Enum Composition
|
|
21
|
1808
|
January 7, 2021
|
Handling future cases of enums in libraries without binary stability concerns
|
|
9
|
1299
|
October 13, 2020
|
Making an Enum Equatable when it has an associated type of Error
|
|
4
|
334
|
October 9, 2020
|
Extract Payload for enum cases having associated value
|
|
252
|
9966
|
September 14, 2020
|
Stored properties inside enums
|
|
7
|
711
|
September 11, 2020
|
Are indirect enumeration instance values a single block?
|
|
3
|
222
|
August 24, 2020
|
Question/Idea: Improving explicit error handling in Swift (with enum operations)
|
|
6
|
412
|
August 12, 2020
|
CaseIterable and @available
|
|
1
|
236
|
June 25, 2020
|
Enum case values' names
|
|
12
|
1027
|
June 23, 2020
|
Function that takes any enum type
|
|
7
|
376
|
June 16, 2020
|
Using Enums in associatedType
|
|
2
|
239
|
June 2, 2020
|
`@unknown default` produces a warning on Linux with non-frozen enum
|
|
7
|
550
|
May 16, 2020
|
Aggregating errors and pattern matching
|
|
4
|
327
|
April 2, 2020
|
Enum extension
|
|
2
|
354
|
March 31, 2020
|
How can I check if Enum type conforms to CustomStringConvertable Protocol?
|
|
5
|
707
|
March 8, 2020
|
How to make variable-length enums?
|
|
0
|
325
|
November 12, 2019
|
Matching Any associated Enum to retrieve associated value
|
|
3
|
242
|
October 2, 2019
|
Same-case mutations are optimized, right?
|
|
1
|
259
|
September 27, 2019
|
[Enum] Allow to init/assign a case with another case of the same enum (for aliases)
|
|
14
|
597
|
September 23, 2019
|
How to find an instance in an array of enums?
|
|
9
|
1699
|
August 28, 2019
|
DiscriminatedUnion Protocol
|
|
27
|
1397
|
August 28, 2019
|
Can you satisfy a static member with an enumeration case?
|
|
1
|
321
|
August 27, 2019
|
A payload dump case for raw-valued enumeration types?
|
|
7
|
361
|
August 26, 2019
|
Enum's with only one single case used as associated value and Mirror
|
|
0
|
223
|
August 24, 2019
|
Labelling Associated Values?
|
|
5
|
459
|
July 2, 2019
|
How robust is the implementation of recursive enumeration types?
|
|
4
|
504
|
June 10, 2019
|
Brainstorm: Improving syntax for method implementations on enums
|
|
6
|
599
|
June 2, 2019
|
Naming conventions for convenience methods on enums
|
|
13
|
713
|
June 1, 2019
|
Never ending compilation involving types and PATs
|
|
5
|
282
|
May 6, 2019
|
Xcode 10.2/10.2.1 – Swift 5 enum with associated values enters incorrect case
|
|
2
|
369
|
May 5, 2019
|