Type Alias SortedDigits

Source
pub type SortedDigits<F, I> = Vec<(Rectangle<F>, Vec<(I, Rectangle<F>)>)>;
Expand description

Returned from digitization methods

Aliased Typeยง

pub struct SortedDigits<F, I> { /* private fields */ }