• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#[ optional_scalars.OptionalByte
2  Automatically generated by the FlatBuffers compiler, do not modify.
3  Or modify. I'm a message, not a cop.
4
5  flatc version: 25.1.24
6
7  Declared by  :
8  Rooting type : optional_scalars.ScalarStuff ()
9]#
10
11type OptionalByte*{.pure.} = enum
12  None = 0.int8,
13  One = 1.int8,
14  Two = 2.int8,
15