pub type MathProduct = ThinVec<NumericValue>;Expand description
A product of numeric values.
This corresponds to CSSMathProduct in the Typed OM specification. A
product value represents an expression such as 10px * 2. Each entry is
itself a NumericValue, allowing nested math expressions if needed.
Aliased Typeยง
#[repr(C)]pub struct MathProduct { /* private fields */ }