Open
Description
Take this function for example:
Contract Num, Num => ArrayOf[ArrayOf[nil]]
def twod_array(w, h)
...
end
This function returns a 2d array of the given width and height. It would be nice if in the contract, you could specify that the 2d array should be of the size specified in the input parameters.