Results for “Std.Bits.width”
14 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Bits.width
&T -> Int where T: BitsHow many bits a value's type has.
- Std.Bits.width
&Int -> IntOne implementation per integer width, each reporting its own.
Intand - Std.Bits.width
&Int128 -> IntReturn the fixed number of bits stored by this integer type.
- Std.Bits.width
&Int16 -> IntReturn the fixed number of bits stored by this integer type.
- Std.Bits.width
&Int32 -> IntReturn the fixed number of bits stored by this integer type.
- Std.Bits.width
&Int64 -> IntReturn the fixed number of bits stored by this integer type.
- Std.Bits.width
&Int8 -> IntReturn the fixed number of bits stored by this integer type.
- Std.Bits.width
&Self -> IntReturn the fixed number of bits stored by this integer type.
- Std.Bits.width
&UInt -> IntReturn the fixed number of bits stored by this integer type.
- Std.Bits.width
&UInt128 -> IntReturn the fixed number of bits stored by this integer type.
- Std.Bits.width
&UInt16 -> IntReturn the fixed number of bits stored by this integer type.
- Std.Bits.width
&UInt32 -> IntReturn the fixed number of bits stored by this integer type.
- Std.Bits.width
&UInt64 -> IntReturn the fixed number of bits stored by this integer type.
- Std.Bits.width
&UInt8 -> IntReturn the fixed number of bits stored by this integer type.
