The type transformation that returns the lane type of a type variable; it is just a renaming of lane_type() to be used in context where we think in terms of type variable transformations.
(self)
| 49 | /// renaming of lane_type() to be used in context where we think in terms of type variable |
| 50 | /// transformations. |
| 51 | pub fn lane_of(self) -> Self { |
| 52 | self.lane_type() |
| 53 | } |
| 54 | |
| 55 | /// Get log_2 of the number of bits in a lane. |
| 56 | pub fn log2_lane_bits(self) -> u32 { |
no test coverage detected