数値型
from:
3.2.2 即値
&
1.3 語長と演算精度
table:type
f
単精度浮動小数点数
f32
h
半精度浮動小数点数
f16
i
符号あり単精度整数
i32
s
符号あり半精度整数
i16
ui
符号なし単精度整数
u32
us
符号なし半精度整数
u16