Type Alias Points

Source
pub type Points = Vec<i32>;
Expand description

This is a type that defines two points: X and Y coordinates.

Aliased Typeยง

pub struct Points { /* private fields */ }