Function get_packed_subfields_at_pe_idx

Source
pub unsafe fn get_packed_subfields_at_pe_idx<PE: PackedExtension<F>, F: Field>(
    packed_subfields: &[PE::PackedSubfield],
    i: usize,
) -> PE::PackedSubfield
Expand description

ยงSafety

Width of PackedSubfield is >= the width of the field implementing PackedExtension.