Enumeration case evaluates as boolean
|
|
6
|
1782
|
December 24, 2021
|
Stored properties inside enums
|
|
8
|
9023
|
December 3, 2021
|
How to define a protocol for Int-backed enums so that conforming enums' cases can be held in an array of the protocol type?
|
|
1
|
1315
|
November 26, 2021
|
Stating aliased type explicitly during pattern variable binding gives me an error
|
|
1
|
444
|
October 11, 2021
|
Creating enum from dynamic array
|
|
5
|
3615
|
September 11, 2021
|
Alternative to enum with associated value?
|
|
2
|
976
|
July 7, 2021
|
Codable synthesis for enums in a generic context
|
|
4
|
570
|
June 29, 2021
|
A curiosity between cases and extension members
|
|
0
|
399
|
June 8, 2021
|
"super" description for enums?
|
|
8
|
880
|
June 4, 2021
|
Access control for enum cases
|
|
54
|
10469
|
May 10, 2021
|
Populating/accessing the payload of an enum case at runtime
|
|
3
|
1464
|
May 5, 2021
|
Switch crashes when a case has an IndexSet as associated value
|
|
6
|
736
|
May 3, 2021
|
Possible compiler bug related to deeply nested enums
|
|
2
|
1250
|
April 9, 2021
|
Extract Payload for enum cases having associated value
|
|
255
|
19318
|
March 27, 2021
|
Idea: Introduce 'generic-case' to refine pattern matching of enums with associated values
|
|
0
|
1158
|
March 24, 2021
|
Recursive Swift Enum with Associated Values
|
|
3
|
981
|
March 5, 2021
|
Can't use `if case` with Ternary Operator?
|
|
9
|
5953
|
February 4, 2021
|
[Pitch] Enum Composition
|
|
22
|
3880
|
January 27, 2021
|
Making an Enum Equatable when it has an associated type of Error
|
|
4
|
4326
|
October 9, 2020
|
Are indirect enumeration instance values a single block?
|
|
3
|
716
|
August 24, 2020
|
Question/Idea: Improving explicit error handling in Swift (with enum operations)
|
|
6
|
2749
|
August 12, 2020
|
Enum case values' names
|
|
12
|
4016
|
June 23, 2020
|
Function that takes any enum type
|
|
7
|
4988
|
June 16, 2020
|
Using Enums in associatedType
|
|
2
|
3247
|
June 2, 2020
|
`@unknown default` produces a warning on Linux with non-frozen enum
|
|
7
|
1772
|
May 16, 2020
|
Aggregating errors and pattern matching
|
|
4
|
1450
|
April 2, 2020
|
Enum extension
|
|
2
|
24538
|
March 31, 2020
|
How can I check if Enum type conforms to CustomStringConvertable Protocol?
|
|
5
|
2491
|
March 8, 2020
|
How to make variable-length enums?
|
|
0
|
596
|
November 12, 2019
|
Matching Any associated Enum to retrieve associated value
|
|
3
|
514
|
October 2, 2019
|