pub type FqPoint<F> = FieldVector<FpPoint<F>>;Aliased Type§
#[repr(transparent)]pub struct FqPoint<F>(pub Vec<ProperCrtUint<F>>);Tuple Fields§
§0: Vec<ProperCrtUint<F>>pub type FqPoint<F> = FieldVector<FpPoint<F>>;#[repr(transparent)]pub struct FqPoint<F>(pub Vec<ProperCrtUint<F>>);0: Vec<ProperCrtUint<F>>