Module bounds

Source
🔬This is a nightly-only experimental API. (core_intrinsics)
Expand description

Various traits used to restrict intrinsics to not-completely-wrong types.

Traits§

BuiltinDerefExperimental
Types with a built-in dereference operator in runtime MIR, aka references and raw pointers.
ChangePointeeExperimental