Bool
Bool は真偽値を表す primitive type constraint である。
例
enable = Bool default true;
disable = Bool default false;リテラル
Bool が受け入れるリテラルは以下である。
true
falseBool は真偽値を表す primitive type constraint である。
enable = Bool default true;
disable = Bool default false;Bool が受け入れるリテラルは以下である。
true
false