free

fun free()(source)

Free the array If the array does not know it's size it takes the top int from the stack as size to free


fun free(size: Int)(source)

Free the array with a given size

Parameters

size

the size of the array