aboutsummaryrefslogtreecommitdiff
path: root/discocaml/arraylist.mli
diff options
context:
space:
mode:
Diffstat (limited to 'discocaml/arraylist.mli')
-rw-r--r--discocaml/arraylist.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/discocaml/arraylist.mli b/discocaml/arraylist.mli
index e42d194..6b40ce0 100644
--- a/discocaml/arraylist.mli
+++ b/discocaml/arraylist.mli
@@ -1,6 +1,7 @@
type 'a t
val make : int -> 'a -> 'a t
+val copy : 'a t -> 'a t
val length : 'a t -> int
val get : 'a t -> int -> 'a
val set : 'a t -> int -> 'a -> unit