Enums to string & string to enum: a simple guide to use enums & strings
|
|
0
|
63
|
February 18, 2025
|
Export enum
|
|
4
|
2816
|
December 27, 2024
|
[ANN] EnumSets.jl
|
|
6
|
308
|
December 11, 2024
|
Is there a way to statically ensure an if-block covers all enum cases?
|
|
8
|
245
|
November 9, 2024
|
Best way to ensure only certain values are allowed for a particular arg?
|
|
4
|
111
|
October 5, 2024
|
Using `Enum`s as indices
|
|
3
|
165
|
June 16, 2024
|
Adding members to an existing Enum
|
|
5
|
351
|
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
|
3230
|
November 5, 2023
|
Design pattern with enums with some overlapping elements?
|
|
0
|
190
|
September 28, 2023
|
More comfortable enum?
|
|
8
|
909
|
June 25, 2023
|
Solving the drawbacks of @enum
|
|
15
|
4200
|
June 23, 2023
|
Wanted: proper enum type and switch statement with pattern matching on enumerable types
|
|
5
|
1682
|
April 27, 2023
|
Retrieving an instance of an enum using a string
|
|
6
|
2806
|
April 8, 2023
|
Best way to select implementation based on runtime argument? (dispatch vs. control flow)
|
|
10
|
933
|
March 6, 2023
|
How to pick random values from an `Enum` type?
|
|
1
|
612
|
November 16, 2022
|
Enum type as field value performance
|
|
1
|
820
|
October 17, 2022
|
How to write a macro to export all instances of an enum type
|
|
2
|
897
|
September 22, 2022
|
Surprising behaviour of @enum conversion from Integer types
|
|
0
|
725
|
April 26, 2019
|
Why does the first enum member value default to zero instead of one?
|
|
3
|
553
|
September 13, 2022
|
@enum multiplication
|
|
12
|
563
|
August 7, 2022
|
How can I determine the name of an enum value?
|
|
3
|
1034
|
June 9, 2022
|
ProtoBuf Enum - NamedTuple or Base.Enums.Enum type?
|
|
1
|
1098
|
May 11, 2022
|
Call @enumx macro with NamedTuple constant as input
|
|
1
|
509
|
May 9, 2022
|
Why can't Enums be #undef?
|
|
8
|
514
|
May 6, 2022
|
Vector to @enum
|
|
8
|
689
|
April 25, 2022
|
Dispatch on enum
|
|
7
|
2323
|
March 4, 2022
|
Enum not at top level expression
|
|
7
|
1556
|
December 2, 2021
|
Broadcast comparison of array of enum objects gives an error
|
|
11
|
636
|
September 15, 2021
|
Encapsulating enum access via dot syntax
|
|
13
|
4614
|
August 31, 2021
|