Skip to main content

MathMax

Type Alias MathMax 

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

A maximum expression over numeric values.

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

Aliased Typeยง

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