Type Definition glucose::Point[][src]

type Point<T, const N: usize> = Vector<T, { N }>;