Enums to string & string to enum: a simple guide to use enums & strings
|
|
0
|
103
|
February 18, 2025
|
Export enum
|
|
4
|
2845
|
December 27, 2024
|
[ANN] EnumSets.jl
|
|
6
|
314
|
December 11, 2024
|
Is there a way to statically ensure an if-block covers all enum cases?
|
|
8
|
246
|
November 9, 2024
|
Best way to ensure only certain values are allowed for a particular arg?
|
|
4
|
112
|
October 5, 2024
|
Using `Enum`s as indices
|
|
3
|
168
|
June 16, 2024
|
Adding members to an existing Enum
|
|
5
|
358
|
January 19, 2024
|
Coding style - upper or lower case for enum elements?
|
|
0
|
200
|
December 3, 2023
|
ANN: EnumX.jl -- improved enums for Julia
|
|
11
|
3288
|
November 5, 2023
|
Design pattern with enums with some overlapping elements?
|
|
0
|
191
|
September 28, 2023
|
More comfortable enum?
|
|
8
|
925
|
June 25, 2023
|
Solving the drawbacks of @enum
|
|
15
|
4306
|
June 23, 2023
|
Wanted: proper enum type and switch statement with pattern matching on enumerable types
|
|
5
|
1715
|
April 27, 2023
|
Retrieving an instance of an enum using a string
|
|
6
|
2848
|
April 8, 2023
|
Best way to select implementation based on runtime argument? (dispatch vs. control flow)
|
|
10
|
937
|
March 6, 2023
|
How to pick random values from an `Enum` type?
|
|
1
|
616
|
November 16, 2022
|
Enum type as field value performance
|
|
1
|
839
|
October 17, 2022
|
How to write a macro to export all instances of an enum type
|
|
2
|
904
|
September 22, 2022
|
Surprising behaviour of @enum conversion from Integer types
|
|
0
|
727
|
April 26, 2019
|
Why does the first enum member value default to zero instead of one?
|
|
3
|
555
|
September 13, 2022
|
@enum multiplication
|
|
12
|
569
|
August 7, 2022
|
How can I determine the name of an enum value?
|
|
3
|
1057
|
June 9, 2022
|
ProtoBuf Enum - NamedTuple or Base.Enums.Enum type?
|
|
1
|
1104
|
May 11, 2022
|
Call @enumx macro with NamedTuple constant as input
|
|
1
|
509
|
May 9, 2022
|
Why can't Enums be #undef?
|
|
8
|
515
|
May 6, 2022
|
Vector to @enum
|
|
8
|
692
|
April 25, 2022
|
Dispatch on enum
|
|
7
|
2359
|
March 4, 2022
|
Enum not at top level expression
|
|
7
|
1559
|
December 2, 2021
|
Broadcast comparison of array of enum objects gives an error
|
|
11
|
637
|
September 15, 2021
|
Encapsulating enum access via dot syntax
|
|
13
|
4642
|
August 31, 2021
|