Function std::intrinsics::size_of_val
const: unstable · source · [−]🔬 This is a nightly-only experimental API. (
core_intrinsics
)Expand description
The size of the referenced value in bytes.
The stabilized version of this intrinsic is mem::size_of_val
.