flatbuffers/tests/Abc.nim

14 lines
235 B
Nim
Raw Normal View History

#[ Abc
Automatically generated by the FlatBuffers compiler, do not modify.
Or modify. I'm a message, not a cop.
2023-05-26 17:33:09 +00:00
flatc version: 23.5.26
Declared by :
]#
type Abc*{.pure.} = enum
A = 0.int32,
B = 1.int32,
C = 2.int32,