Enum Case KeyPaths
|
|
59
|
5022
|
October 31, 2022
|
Pattern matching similar enum cases seems broken
|
|
4
|
209
|
September 26, 2022
|
Set of enum
|
|
3
|
412
|
September 17, 2022
|
LZW without pre-populated string table / alphabet
|
|
0
|
2111
|
September 11, 2022
|
Pitch: Pass-through initializers for enum associated values
|
|
10
|
977
|
August 2, 2022
|
Possible Bug in Swift 5.6 stdlib: Custom Hashable implementation in protocol extension causes infinite loop when used by RawRepresentable types
|
|
5
|
439
|
June 30, 2022
|
Swift enum property *without* initializing the enum case with an associated value?
|
|
8
|
3824
|
June 6, 2022
|
Is there a way to check if an enum is a specific case without switching on it?
|
|
26
|
13704
|
May 28, 2022
|
Strange Enum circular reference error in Xcode 13.3
|
|
1
|
543
|
April 14, 2022
|
Large Increase in Compilation Time in Swift 5.6 on Enums with Associated Values
|
|
2
|
821
|
March 27, 2022
|
[Pitch] Synthesize a Discriminator enum for any frozen enum with one or more associated values
|
|
5
|
1291
|
March 23, 2022
|
CaseIterable and @available
|
|
2
|
1198
|
March 21, 2022
|
Inconsistent Swift compiler behaviours for enum definitions
|
|
6
|
751
|
March 20, 2022
|
Pass an enum case with associated value as a method parameter?
|
|
1
|
1695
|
January 25, 2022
|
Implicit Binding of Associated Values in Case Statements
|
|
4
|
507
|
January 6, 2022
|
Enumeration case evaluates as boolean
|
|
6
|
748
|
December 24, 2021
|
Stored properties inside enums
|
|
8
|
5775
|
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
|
683
|
November 26, 2021
|
Stating aliased type explicitly during pattern variable binding gives me an error
|
|
1
|
304
|
October 11, 2021
|
Creating enum from dynamic array
|
|
5
|
2166
|
September 11, 2021
|
Alternative to enum with associated value?
|
|
2
|
651
|
July 7, 2021
|
Codable synthesis for enums in a generic context
|
|
4
|
374
|
June 29, 2021
|
A curiosity between cases and extension members
|
|
0
|
301
|
June 8, 2021
|
"super" description for enums?
|
|
8
|
622
|
June 4, 2021
|
Access control for enum cases
|
|
56
|
7515
|
May 10, 2021
|
Populating/accessing the payload of an enum case at runtime
|
|
3
|
887
|
May 5, 2021
|
Switch crashes when a case has an IndexSet as associated value
|
|
6
|
465
|
May 3, 2021
|
Possible compiler bug related to deeply nested enums
|
|
2
|
921
|
April 9, 2021
|
Extract Payload for enum cases having associated value
|
|
255
|
16941
|
March 27, 2021
|
Idea: Introduce 'generic-case' to refine pattern matching of enums with associated values
|
|
0
|
802
|
March 24, 2021
|