pub unsafe trait Sealed { }
🔬This is a nightly-only experimental API. (
portable_simd
#86656)Expand description
Cast vector elements to other types.
Safety
Implementing this trait asserts that the type is a valid vector element for the simd_cast
or simd_as
intrinsics.