https://kotlinlang.org logo
h

himrin

08/14/2016, 2:34 AM
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...