Trait compiler_builtins::int::Int [] [src]

pub trait Int {
    fn bits() -> u32;
}
🔬 This is a nightly-only experimental API.   (compiler_builtins_lib)

Compiler builtins. Will never become stable.

Trait for some basic operations on integers

Required Methods

🔬 This is a nightly-only experimental API.   (compiler_builtins_lib)

Compiler builtins. Will never become stable.

Returns the bitwidth of the int type

Implementors