|
Swift @resultBuilder with enum problem
|
|
4
|
1255
|
October 7, 2023
|
|
Codable synthesis for Swift enums with overloaded associated values
|
|
3
|
771
|
October 3, 2023
|
|
Structural Sum Types (used to be Anonymous Union Types)
|
|
71
|
4283
|
September 28, 2023
|
|
Enum tuple case composing/decomposing disparity
|
|
4
|
1232
|
July 27, 2023
|
|
Get name of enum case with associated data
|
|
7
|
2863
|
June 8, 2023
|
|
Resilient Enum Strategy
|
|
5
|
1024
|
May 15, 2023
|
|
Circular reference in enums
|
|
2
|
1311
|
April 16, 2023
|
|
Noncopyable structs and enums as “reference types”, not just performance boosters?
|
|
4
|
1452
|
March 24, 2023
|
|
Deserialize items in JSON array to different types(parameterized enum) based on fields
|
|
1
|
2500
|
February 28, 2023
|
|
Enum Case KeyPaths
|
|
59
|
10775
|
October 31, 2022
|
|
Pattern matching similar enum cases seems broken
|
|
4
|
1886
|
September 26, 2022
|
|
Set of enum
|
|
3
|
1844
|
September 17, 2022
|
|
LZW without pre-populated string table / alphabet
|
|
0
|
2768
|
September 11, 2022
|
|
Pitch: Pass-through initializers for enum associated values
|
|
10
|
2582
|
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
|
1147
|
June 30, 2022
|
|
Swift enum property *without* initializing the enum case with an associated value?
|
|
8
|
7138
|
June 6, 2022
|
|
Is there a way to check if an enum is a specific case without switching on it?
|
|
26
|
30121
|
May 28, 2022
|
|
Strange Enum circular reference error in Xcode 13.3
|
|
1
|
1382
|
April 14, 2022
|
|
Large Increase in Compilation Time in Swift 5.6 on Enums with Associated Values
|
|
2
|
1888
|
March 27, 2022
|
|
[Pitch] Synthesize a Discriminator enum for any frozen enum with one or more associated values
|
|
5
|
2254
|
March 23, 2022
|
|
CaseIterable and @available
|
|
2
|
1929
|
March 21, 2022
|
|
Inconsistent Swift compiler behaviours for enum definitions
|
|
6
|
1629
|
March 20, 2022
|
|
Pass an enum case with associated value as a method parameter?
|
|
1
|
7611
|
January 25, 2022
|
|
Implicit Binding of Associated Values in Case Statements
|
|
4
|
1210
|
January 6, 2022
|
|
Enumeration case evaluates as boolean
|
|
6
|
2811
|
December 24, 2021
|
|
Stored properties inside enums
|
|
8
|
16190
|
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
|
2579
|
November 26, 2021
|
|
Stating aliased type explicitly during pattern variable binding gives me an error
|
|
1
|
654
|
October 11, 2021
|
|
Creating enum from dynamic array
|
|
5
|
5448
|
September 11, 2021
|
|
Alternative to enum with associated value?
|
|
2
|
1344
|
July 7, 2021
|