Is there a way to statically ensure an if-block covers all enum cases?
|
|
8
|
240
|
November 9, 2024
|
Best way to ensure only certain values are allowed for a particular arg?
|
|
4
|
108
|
October 5, 2024
|
Using `Enum`s as indices
|
|
3
|
162
|
June 16, 2024
|
Adding members to an existing Enum
|
|
5
|
338
|
January 19, 2024
|
Coding style - upper or lower case for enum elements?
|
|
0
|
196
|
December 3, 2023
|
ANN: EnumX.jl -- improved enums for Julia
|
|
11
|
3167
|
November 5, 2023
|
Design pattern with enums with some overlapping elements?
|
|
0
|
189
|
September 28, 2023
|
More comfortable enum?
|
|
8
|
864
|
June 25, 2023
|
Solving the drawbacks of @enum
|
|
15
|
3955
|
June 23, 2023
|
Wanted: proper enum type and switch statement with pattern matching on enumerable types
|
|
5
|
1644
|
April 27, 2023
|
Retrieving an instance of an enum using a string
|
|
6
|
2706
|
April 8, 2023
|
Best way to select implementation based on runtime argument? (dispatch vs. control flow)
|
|
10
|
922
|
March 6, 2023
|
How to pick random values from an `Enum` type?
|
|
1
|
605
|
November 16, 2022
|
Enum type as field value performance
|
|
1
|
764
|
October 17, 2022
|
How to write a macro to export all instances of an enum type
|
|
2
|
883
|
September 22, 2022
|
Surprising behaviour of @enum conversion from Integer types
|
|
0
|
718
|
April 26, 2019
|
Why does the first enum member value default to zero instead of one?
|
|
3
|
552
|
September 13, 2022
|
@enum multiplication
|
|
12
|
555
|
August 7, 2022
|
How can I determine the name of an enum value?
|
|
3
|
989
|
June 9, 2022
|
ProtoBuf Enum - NamedTuple or Base.Enums.Enum type?
|
|
1
|
1085
|
May 11, 2022
|
Call @enumx macro with NamedTuple constant as input
|
|
1
|
508
|
May 9, 2022
|
Why can't Enums be #undef?
|
|
8
|
514
|
May 6, 2022
|
Vector to @enum
|
|
8
|
679
|
April 25, 2022
|
Dispatch on enum
|
|
7
|
2242
|
March 4, 2022
|
Enum not at top level expression
|
|
7
|
1551
|
December 2, 2021
|
Export enum
|
|
3
|
2731
|
November 11, 2021
|
Broadcast comparison of array of enum objects gives an error
|
|
11
|
636
|
September 15, 2021
|
Encapsulating enum access via dot syntax
|
|
13
|
4569
|
August 31, 2021
|
Subtype or enum, which is prefer?
|
|
8
|
933
|
July 27, 2021
|
Possible enum slowness?
|
|
3
|
531
|
May 14, 2021
|