TypeInfoInt
TypeInfoInt :: struct {
bit_count: s32;
is_signed: bool;
}
Detailed information about integer types: s8, s16, s32, s64, u8, u16, u32, u64, usize.
Members
bit_count - Size of type in bits.
is_signed - True when type is signed integer type.
Declared in: a.bl