Function bits_of
pub const fn bits_of<T>() -> usize
Available on crate feature
evm
only.Expand description
Counts the number of bits in a value of type T
.
pub const fn bits_of<T>() -> usize
evm
only.Counts the number of bits in a value of type T
.