mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-29 03:06:35 -05:00
8358bfe33a
Fixes #311
10 lines
86 B
Plaintext
10 lines
86 B
Plaintext
enum Handedness {
|
|
right
|
|
left
|
|
switch
|
|
}
|
|
|
|
struct EnumStruct {
|
|
hand: Handedness
|
|
}
|