Type Alias ShapeId

Source
pub type ShapeId = Index<Shape<Coord>, u32>;
Expand description

Unique (across layout) identifier of a shape.

Aliased Typeยง

pub struct ShapeId { /* private fields */ }