Type Alias gtest_runtime::WeightToFeeCoefficients

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 */ }