mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 10:37:04 -06:00
10 lines
86 B
Plaintext
10 lines
86 B
Plaintext
enum Handedness {
|
|
right
|
|
left
|
|
switch
|
|
}
|
|
|
|
struct EnumStruct {
|
|
hand: Handedness
|
|
}
|