UnionFind.Storeempty i should return an empty indexed storage data structure that will allow indexing with values from 1 to i.
val make : int -> 'a -> 'a tmake i data should return an indexed storage data structure that will allow indexing with value data from 1 to i.
val get : int -> 'a t -> 'aval length : 'a t -> int