Files
flatbuffers/tests/Abc.nim
2023-05-09 09:33:30 -07:00

14 lines
234 B
Nim

#[ Abc
Automatically generated by the FlatBuffers compiler, do not modify.
Or modify. I'm a message, not a cop.
flatc version: 23.5.9
Declared by :
]#
type Abc*{.pure.} = enum
A = 0.int32,
B = 1.int32,
C = 2.int32,