Structural Sum Types (used to be Anonymous Union Types)
|
|
71
|
1656
|
September 28, 2023
|
Handling future cases of enums in libraries without binary stability concerns
|
|
10
|
3262
|
August 9, 2023
|
Enum tuple case composing/decomposing disparity
|
|
4
|
507
|
July 27, 2023
|
Get name of enum case with associated data
|
|
7
|
831
|
June 8, 2023
|
Resilient Enum Strategy
|
|
5
|
578
|
May 15, 2023
|
Circular reference in enums
|
|
2
|
672
|
April 16, 2023
|
Noncopyable structs and enums as “reference types”, not just performance boosters?
|
|
4
|
521
|
March 24, 2023
|
Codable enum's associated value is unexpectedly using positional name
|
|
22
|
1046
|
March 10, 2023
|
Deserialize items in JSON array to different types(parameterized enum) based on fields
|
|
1
|
766
|
February 28, 2023
|
Enum Case KeyPaths
|
|
59
|
6498
|
October 31, 2022
|
Pattern matching similar enum cases seems broken
|
|
4
|
604
|
September 26, 2022
|
Set of enum
|
|
3
|
667
|
September 17, 2022
|
LZW without pre-populated string table / alphabet
|
|
0
|
2305
|
September 11, 2022
|
Pitch: Pass-through initializers for enum associated values
|
|
10
|
1348
|
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
|
657
|
June 30, 2022
|
Swift enum property *without* initializing the enum case with an associated value?
|
|
8
|
4837
|
June 6, 2022
|
Is there a way to check if an enum is a specific case without switching on it?
|
|
26
|
17872
|
May 28, 2022
|
Strange Enum circular reference error in Xcode 13.3
|
|
1
|
817
|
April 14, 2022
|
Large Increase in Compilation Time in Swift 5.6 on Enums with Associated Values
|
|
2
|
1198
|
March 27, 2022
|
[Pitch] Synthesize a Discriminator enum for any frozen enum with one or more associated values
|
|
5
|
1605
|
March 23, 2022
|
CaseIterable and @available
|
|
2
|
1432
|
March 21, 2022
|
Inconsistent Swift compiler behaviours for enum definitions
|
|
6
|
1016
|
March 20, 2022
|
Pass an enum case with associated value as a method parameter?
|
|
1
|
3433
|
January 25, 2022
|
Implicit Binding of Associated Values in Case Statements
|
|
4
|
614
|
January 6, 2022
|
Enumeration case evaluates as boolean
|
|
6
|
1568
|
December 24, 2021
|
Stored properties inside enums
|
|
8
|
8247
|
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
|
1133
|
November 26, 2021
|
Stating aliased type explicitly during pattern variable binding gives me an error
|
|
1
|
392
|
October 11, 2021
|
Creating enum from dynamic array
|
|
5
|
3294
|
September 11, 2021
|
Alternative to enum with associated value?
|
|
2
|
905
|
July 7, 2021
|