pub type SortedDigits<F, I> = Vec<(Rectangle<F>, Vec<(I, Rectangle<F>)>)>;
Returned from digitization methods
pub struct SortedDigits<F, I> { /* private fields */ }