Hrmm… I’m trying to create a 2D array to represent...
# getting-started
h
Hrmm… I’m trying to create a 2D array to represent x,y coordinates, and what I’ve come up with is using Array<Array<T>>, but it doesn’t function like I would have thought...