Struct std::simd::LaneCount [−][src]
pub struct LaneCount<const LANES: usize>;
Expand description
A type representing a vector lane count.
Implementations
The number of bytes in a bitmask with this many lanes.
pub struct LaneCount<const LANES: usize>;
A type representing a vector lane count.
The number of bytes in a bitmask with this many lanes.