Function earcutr::flatten

source ·
pub fn flatten<T: Float + Display>(
    data: &Vec<Vec<Vec<T>>>
) -> (Vec<T>, Vec<usize>, usize)