pub trait SupportedLaneCount: Sealed { }🔬This is a nightly-only experimental API. (
portable_simd #86656)Expand description
Statically guarantees that a lane count is marked as supported.
This trait issealed: the list of implementors below is total.Users do not have the ability to mark additionalLaneCount<N> values as supported.Only SIMD vectors with supported lane counts are constructable.