Traits§
- Trait that establishes correspondence between the scalar field and a packed field of the same bit size with a single element.
- This trait represents correspondence (UnderlierType, Field) -> PackedField. For example (u64, BinaryField16b) -> PackedBinaryField4x16b.
Type Aliases§
- Returns the packed field type for the scalar field
F
and underlierU
.