Module: G_a_b_z0_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