[][src]Module compiler_builtins::int

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

Compiler builtins. Will never become stable.

Modules

addsubExperimental
mulExperimental
sdivExperimental
shiftExperimental
udivExperimental

Traits

CastIntoExperimental

Trait to express (possibly lossy) casting of integers

IntExperimental

Trait for some basic operations on integers

LargeIntExperimental

Trait to convert an integer to/from smaller parts

WideIntExperimental

Functions

__clzsi2Experimental