Module core::core_simd::ops::deref

source ·
🔬This is a nightly-only experimental API. (portable_simd #86656)
Expand description

This module hacks in “implicit deref” for Simd’s operators. Ideally, Rust would take care of this itself, and method calls usually handle the LHS implicitly. But this is not the case with arithmetic ops.

Macros