pub type WeightToFeeCoefficients<T> = SmallVec<[WeightToFeeCoefficient<T>; 4]>;Expand description
A list of coefficients that represent a polynomial.
Aliased Type§
struct WeightToFeeCoefficients<T> { /* private fields */ }pub type WeightToFeeCoefficients<T> = SmallVec<[WeightToFeeCoefficient<T>; 4]>;A list of coefficients that represent a polynomial.
struct WeightToFeeCoefficients<T> { /* private fields */ }