TypeInfoInt
Declaration
TypeInfoInt :: struct #base TypeInfo #compiler {
bit_count: s32;
is_signed: bool;
}
Description
Detailed information about integer types: s8, s16, s32, s64, u8, u16, u32, u64, usize.
Members
bit_countSize of type in bits.is_signedTrue when type is signed integer type.
Declared in: _builtin.bl