Type Alias PackedSubfield

Source
pub type PackedSubfield<P, F> = <P as PackedExtension<F>>::PackedSubfield;
Expand description

Convenient type alias that returns the packed field type for the scalar field F and packed extension P.