Function field_to_array

Source
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.