Skip to main content

MathMin

Type Alias MathMin 

Source
pub type MathMin = ThinVec<NumericValue>;
Expand description

A minimum expression over numeric values.

This corresponds to CSSMathMin in the Typed OM specification. A minimum expression represents constructs such as min(10px, 20%). Each entry is itself a NumericValue, allowing nested math expressions if needed.

Aliased Typeยง

#[repr(C)]
pub struct MathMin { /* private fields */ }