This module implements infinite arrays. *
get a i
returns the element contained at offset i
in the array a
.
Slots are numbered 0 and up. *
set a i x
sets the element contained at offset i
in the array
a
to x
. Slots are numbered 0 and up. *