Best way to select implementation based on runtime argument? (dispatch vs. control flow)
|
|
10
|
368
|
March 6, 2023
|
How to pick random values from an `Enum` type?
|
|
1
|
171
|
November 16, 2022
|
How to write a macro to export all instances of an enum type
|
|
2
|
459
|
September 22, 2022
|
Surprising behaviour of @enum conversion from Integer types
|
|
0
|
448
|
April 26, 2019
|
Why does the first enum member value default to zero instead of one?
|
|
3
|
284
|
September 13, 2022
|
Retrieving an instance of an enum using a string
|
|
5
|
1329
|
August 17, 2022
|
@enum multiplication
|
|
12
|
290
|
August 7, 2022
|
Wanted: proper enum type and switch statement with pattern matching on enumerable types
|
|
4
|
603
|
August 4, 2022
|
How can I determine the name of an enum value?
|
|
3
|
302
|
June 9, 2022
|
ProtoBuf Enum - NamedTuple or Base.Enums.Enum type?
|
|
1
|
437
|
May 11, 2022
|
Call @enumx macro with NamedTuple constant as input
|
|
1
|
213
|
May 9, 2022
|
Why can't Enums be #undef?
|
|
8
|
337
|
May 6, 2022
|
ANN: EnumX.jl -- improved enums for Julia
|
|
10
|
1779
|
May 5, 2022
|
Vector to @enum
|
|
8
|
319
|
April 25, 2022
|
Solving the drawbacks of @enum
|
|
12
|
1266
|
March 26, 2022
|
Dispatch on enum
|
|
7
|
1022
|
March 4, 2022
|
Enum not at top level expression
|
|
7
|
1012
|
December 2, 2021
|
Export enum
|
|
3
|
2075
|
November 11, 2021
|
Broadcast comparison of array of enum objects gives an error
|
|
11
|
357
|
September 15, 2021
|
Encapsulating enum access via dot syntax
|
|
13
|
3361
|
August 31, 2021
|
Subtype or enum, which is prefer?
|
|
8
|
587
|
July 27, 2021
|
Possible enum slowness?
|
|
3
|
352
|
May 14, 2021
|
Array indexed by enum
|
|
3
|
310
|
March 5, 2021
|
Enum type vs. enum like parameter name
|
|
5
|
350
|
February 7, 2021
|
Style recommendation for enum as type
|
|
5
|
3429
|
December 23, 2020
|
Enum versus abstract typing
|
|
8
|
730
|
October 7, 2020
|
Promotion for arithmetic operations on @enum types
|
|
8
|
437
|
July 31, 2020
|
@enum persistence in Pluto.jl
|
|
9
|
571
|
July 29, 2020
|
Get the enumerate type components from the string counterpart
|
|
11
|
592
|
March 25, 2020
|
Check if a value is in an enum
|
|
3
|
1487
|
December 3, 2019
|