pub const fn field_to_array<FA: FieldAlgebra, const D: usize>(x: FA) -> [FA; D]Expand description
Extend a field FA element x to an array of length D
by filling zeros.
pub const fn field_to_array<FA: FieldAlgebra, const D: usize>(x: FA) -> [FA; D]Extend a field FA element x to an array of length D
by filling zeros.