I am trying to use the Array2D for the first time. I thought using it should be as easy as
Array2D.fill(4, {0})
But this gives the following Error:
ERROR: 'add' should have been implemented by Array2D.
RECEIVER: Array2D[ [ nil ][ nil ][ nil ][ nil ] ]