Best way to ensure only certain values are allowed for a particular arg?
|
|
4
|
106
|
October 5, 2024
|
Using `Enum`s as indices
|
|
3
|
161
|
June 16, 2024
|
Adding members to an existing Enum
|
|
5
|
332
|
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
|
3133
|
November 5, 2023
|
Design pattern with enums with some overlapping elements?
|
|
0
|
188
|
September 28, 2023
|
More comfortable enum?
|
|
8
|
855
|
June 25, 2023
|
Solving the drawbacks of @enum
|
|
15
|
3849
|
June 23, 2023
|
Wanted: proper enum type and switch statement with pattern matching on enumerable types
|
|
5
|
1635
|
April 27, 2023
|
Retrieving an instance of an enum using a string
|
|
6
|
2660
|
April 8, 2023
|
Best way to select implementation based on runtime argument? (dispatch vs. control flow)
|
|
10
|
917
|
March 6, 2023
|
How to pick random values from an `Enum` type?
|
|
1
|
601
|
November 16, 2022
|
Enum type as field value performance
|
|
1
|
737
|
October 17, 2022
|
How to write a macro to export all instances of an enum type
|
|
2
|
875
|
September 22, 2022
|
Surprising behaviour of @enum conversion from Integer types
|
|
0
|
713
|
April 26, 2019
|
Why does the first enum member value default to zero instead of one?
|
|
3
|
551
|
September 13, 2022
|
@enum multiplication
|
|
12
|
553
|
August 7, 2022
|
How can I determine the name of an enum value?
|
|
3
|
961
|
June 9, 2022
|
ProtoBuf Enum - NamedTuple or Base.Enums.Enum type?
|
|
1
|
1082
|
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
|
677
|
April 25, 2022
|
Dispatch on enum
|
|
7
|
2215
|
March 4, 2022
|
Enum not at top level expression
|
|
7
|
1551
|
December 2, 2021
|
Export enum
|
|
3
|
2725
|
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
|
4553
|
August 31, 2021
|
Subtype or enum, which is prefer?
|
|
8
|
930
|
July 27, 2021
|
Possible enum slowness?
|
|
3
|
530
|
May 14, 2021
|
Array indexed by enum
|
|
3
|
598
|
March 5, 2021
|