Module as_packed_field

Source

Traits§

AsSinglePacked
Trait that establishes correspondence between the scalar field and a packed field of the same bit size with a single element.
PackScalar
This trait represents correspondence (UnderlierType, Field) -> PackedField. For example (u64, BinaryField16b) -> PackedBinaryField4x16b.

Type Aliases§

PackedType
Returns the packed field type for the scalar field F and underlier U.