**What is the purpose of having an `int_8` primitive value?** - To store bytes for data transmission. For example, to store the bytes of a PNG image. - To store a really small number to save space **What type is the `int_8` value?** Currently, the type of `int_8` is `int32`, which is much bigger than the intended size.
What is the purpose of having an
int_8primitive value?What type is the
int_8value?Currently, the type of
int_8isint32, which is much bigger than the intended size.