reflexo_typst2vec::ir

Type Alias Ratio

Source
pub type Ratio = Scalar;
Expand description

Ratio within range [0, 1]

Aliased Type§

struct Ratio(pub f32);

Fields§

§0: f32