Parameter MakeFromArray.1-A
val dummy : elt
A dummy element used for empty slots in the array
- since
- 2.4
val create : int -> t
Make an array of the given size, filled with dummy elements.
val length : t -> int
length t
gets the total number of elements currently int
.