Module: G_a_c_u0_a_d_d0
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- NONE =
0- UNIQUE =
1- LIST =
2- VALUE_MAP =
{0 => "NONE", 1 => "UNIQUE", 2 => "LIST"}
- VALID_VALUES =
Set.new([NONE, UNIQUE, LIST]).freeze
0
1
2
{0 => "NONE", 1 => "UNIQUE", 2 => "LIST"}
Set.new([NONE, UNIQUE, LIST]).freeze