pub const fn black_box<T>(dummy: T) -> T
🔬This is a nightly-only experimental API. (
core_intrinsics
)Available on non-crate feature
ferrocene_certified
only.Expand description
See documentation of std::hint::black_box
for details.