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