pub fn from_list<T>(
    list: &[(i16, i16)],
    get: &dyn Fn(Coordinate, usize) -> T
) -> Vec<T>
Expand description

Constructs a vector of generic structs from a given list convered to Coordinates.