Skip to main content

LayoutUnit

Type Alias LayoutUnit 

Source
pub type LayoutUnit = f32;
Expand description

The scalar type used for all layout measurements.

Currently f32. Matches fission_ir::op::LayoutUnit.