A resizable array, workhorse of imperative programming :-). This implementation originated in alt-ergo-zero but has been basically rewritten from scratch several times since.
make cap dummy creates a new vector filled with dummy. The vector is initially empty but its underlying array has capacity cap. dummy will stay alive as long as the vector
val pp : ?sep:string->(Stdlib.Format.formatter ->'a-> unit)-> Stdlib.Format.formatter ->'at-> unit
\ No newline at end of file
+Vec (sidekick.Sidekick_util.Vec)
Module Sidekick_util.Vec
Vectors
A resizable array, workhorse of imperative programming :-). This implementation originated in alt-ergo-zero but has been basically rewritten from scratch several times since.
make cap dummy creates a new vector filled with dummy. The vector is initially empty but its underlying array has capacity cap. dummy will stay alive as long as the vector
val pp : ?sep:string->(Stdlib.Format.formatter ->'a-> unit)-> Stdlib.Format.formatter ->'at-> unit
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util/VecI32/index.html b/dev/sidekick/Sidekick_util/VecI32/index.html
index 2354b224..73cefe76 100644
--- a/dev/sidekick/Sidekick_util/VecI32/index.html
+++ b/dev/sidekick/Sidekick_util/VecI32/index.html
@@ -1,2 +1,2 @@
-VecI32 (sidekick.Sidekick_util.VecI32)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util/Vec_float/index.html b/dev/sidekick/Sidekick_util/Vec_float/index.html
index 3570d805..d22be818 100644
--- a/dev/sidekick/Sidekick_util/Vec_float/index.html
+++ b/dev/sidekick/Sidekick_util/Vec_float/index.html
@@ -1,2 +1,2 @@
-Vec_float (sidekick.Sidekick_util.Vec_float)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util/Vec_sig/Make_extensions/argument-1-B/index.html b/dev/sidekick/Sidekick_util/Vec_sig/Make_extensions/argument-1-B/index.html
new file mode 100644
index 00000000..cb02f9bf
--- /dev/null
+++ b/dev/sidekick/Sidekick_util/Vec_sig/Make_extensions/argument-1-B/index.html
@@ -0,0 +1,2 @@
+
+1-B (sidekick.Sidekick_util.Vec_sig.Make_extensions.1-B)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util/Vec_sig/Make_extensions/index.html b/dev/sidekick/Sidekick_util/Vec_sig/Make_extensions/index.html
new file mode 100644
index 00000000..0546d749
--- /dev/null
+++ b/dev/sidekick/Sidekick_util/Vec_sig/Make_extensions/index.html
@@ -0,0 +1,2 @@
+
+Make_extensions (sidekick.Sidekick_util.Vec_sig.Make_extensions)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util/Vec_sig/index.html b/dev/sidekick/Sidekick_util/Vec_sig/index.html
index c858cf87..1c9d30d3 100644
--- a/dev/sidekick/Sidekick_util/Vec_sig/index.html
+++ b/dev/sidekick/Sidekick_util/Vec_sig/index.html
@@ -1,2 +1,2 @@
-Vec_sig (sidekick.Sidekick_util.Vec_sig)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util/Vec_sig/module-type-BASE/index.html b/dev/sidekick/Sidekick_util/Vec_sig/module-type-BASE/index.html
new file mode 100644
index 00000000..8b482c97
--- /dev/null
+++ b/dev/sidekick/Sidekick_util/Vec_sig/module-type-BASE/index.html
@@ -0,0 +1,2 @@
+
+BASE (sidekick.Sidekick_util.Vec_sig.BASE)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util/Vec_sig/module-type-BASE_RO/index.html b/dev/sidekick/Sidekick_util/Vec_sig/module-type-BASE_RO/index.html
new file mode 100644
index 00000000..cd9c7fae
--- /dev/null
+++ b/dev/sidekick/Sidekick_util/Vec_sig/module-type-BASE_RO/index.html
@@ -0,0 +1,2 @@
+
+BASE_RO (sidekick.Sidekick_util.Vec_sig.BASE_RO)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util/Vec_sig/module-type-EXTENSIONS/index.html b/dev/sidekick/Sidekick_util/Vec_sig/module-type-EXTENSIONS/index.html
new file mode 100644
index 00000000..b387fc80
--- /dev/null
+++ b/dev/sidekick/Sidekick_util/Vec_sig/module-type-EXTENSIONS/index.html
@@ -0,0 +1,2 @@
+
+EXTENSIONS (sidekick.Sidekick_util.Vec_sig.EXTENSIONS)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util/Vec_sig/module-type-S/index.html b/dev/sidekick/Sidekick_util/Vec_sig/module-type-S/index.html
index 168bbb6c..29210b91 100644
--- a/dev/sidekick/Sidekick_util/Vec_sig/module-type-S/index.html
+++ b/dev/sidekick/Sidekick_util/Vec_sig/module-type-S/index.html
@@ -1,2 +1,2 @@
-S (sidekick.Sidekick_util.Vec_sig.S)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__/Vec/index.html b/dev/sidekick/Sidekick_util__/Vec/index.html
index 2fd1a995..7e2af44f 100644
--- a/dev/sidekick/Sidekick_util__/Vec/index.html
+++ b/dev/sidekick/Sidekick_util__/Vec/index.html
@@ -1,2 +1,2 @@
-Vec (sidekick.Sidekick_util__.Vec)
make cap dummy creates a new vector filled with dummy. The vector is initially empty but its underlying array has capacity cap. dummy will stay alive as long as the vector
make cap dummy creates a new vector filled with dummy. The vector is initially empty but its underlying array has capacity cap. dummy will stay alive as long as the vector
val pp : ?sep:string->(Stdlib.Format.formatter ->'a-> unit)-> Stdlib.Format.formatter ->'at-> unit
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__/VecI32/index.html b/dev/sidekick/Sidekick_util__/VecI32/index.html
index ea584e12..d55f9595 100644
--- a/dev/sidekick/Sidekick_util__/VecI32/index.html
+++ b/dev/sidekick/Sidekick_util__/VecI32/index.html
@@ -1,2 +1,2 @@
-VecI32 (sidekick.Sidekick_util__.VecI32)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__/Vec_float/index.html b/dev/sidekick/Sidekick_util__/Vec_float/index.html
index c833d6fe..df38da4b 100644
--- a/dev/sidekick/Sidekick_util__/Vec_float/index.html
+++ b/dev/sidekick/Sidekick_util__/Vec_float/index.html
@@ -1,2 +1,2 @@
-Vec_float (sidekick.Sidekick_util__.Vec_float)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__/Vec_sig/Make_extensions/argument-1-B/index.html b/dev/sidekick/Sidekick_util__/Vec_sig/Make_extensions/argument-1-B/index.html
new file mode 100644
index 00000000..302f7d7e
--- /dev/null
+++ b/dev/sidekick/Sidekick_util__/Vec_sig/Make_extensions/argument-1-B/index.html
@@ -0,0 +1,2 @@
+
+1-B (sidekick.Sidekick_util__.Vec_sig.Make_extensions.1-B)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__/Vec_sig/Make_extensions/index.html b/dev/sidekick/Sidekick_util__/Vec_sig/Make_extensions/index.html
new file mode 100644
index 00000000..ff9ff9b5
--- /dev/null
+++ b/dev/sidekick/Sidekick_util__/Vec_sig/Make_extensions/index.html
@@ -0,0 +1,2 @@
+
+Make_extensions (sidekick.Sidekick_util__.Vec_sig.Make_extensions)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__/Vec_sig/index.html b/dev/sidekick/Sidekick_util__/Vec_sig/index.html
index bba865be..5c87db7a 100644
--- a/dev/sidekick/Sidekick_util__/Vec_sig/index.html
+++ b/dev/sidekick/Sidekick_util__/Vec_sig/index.html
@@ -1,2 +1,2 @@
-Vec_sig (sidekick.Sidekick_util__.Vec_sig)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__/Vec_sig/module-type-BASE/index.html b/dev/sidekick/Sidekick_util__/Vec_sig/module-type-BASE/index.html
new file mode 100644
index 00000000..7d675e76
--- /dev/null
+++ b/dev/sidekick/Sidekick_util__/Vec_sig/module-type-BASE/index.html
@@ -0,0 +1,2 @@
+
+BASE (sidekick.Sidekick_util__.Vec_sig.BASE)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__/Vec_sig/module-type-BASE_RO/index.html b/dev/sidekick/Sidekick_util__/Vec_sig/module-type-BASE_RO/index.html
new file mode 100644
index 00000000..f45e7021
--- /dev/null
+++ b/dev/sidekick/Sidekick_util__/Vec_sig/module-type-BASE_RO/index.html
@@ -0,0 +1,2 @@
+
+BASE_RO (sidekick.Sidekick_util__.Vec_sig.BASE_RO)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__/Vec_sig/module-type-EXTENSIONS/index.html b/dev/sidekick/Sidekick_util__/Vec_sig/module-type-EXTENSIONS/index.html
new file mode 100644
index 00000000..fb2014b3
--- /dev/null
+++ b/dev/sidekick/Sidekick_util__/Vec_sig/module-type-EXTENSIONS/index.html
@@ -0,0 +1,2 @@
+
+EXTENSIONS (sidekick.Sidekick_util__.Vec_sig.EXTENSIONS)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__/Vec_sig/module-type-S/index.html b/dev/sidekick/Sidekick_util__/Vec_sig/module-type-S/index.html
index d6b4cc14..c6b7b77a 100644
--- a/dev/sidekick/Sidekick_util__/Vec_sig/module-type-S/index.html
+++ b/dev/sidekick/Sidekick_util__/Vec_sig/module-type-S/index.html
@@ -1,2 +1,2 @@
-S (sidekick.Sidekick_util__.Vec_sig.S)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__Vec/index.html b/dev/sidekick/Sidekick_util__Vec/index.html
index b91a3f24..07e7be0e 100644
--- a/dev/sidekick/Sidekick_util__Vec/index.html
+++ b/dev/sidekick/Sidekick_util__Vec/index.html
@@ -1,2 +1,2 @@
-Sidekick_util__Vec (sidekick.Sidekick_util__Vec)
Module Sidekick_util__Vec
Vectors
A resizable array, workhorse of imperative programming :-). This implementation originated in alt-ergo-zero but has been basically rewritten from scratch several times since.
make cap dummy creates a new vector filled with dummy. The vector is initially empty but its underlying array has capacity cap. dummy will stay alive as long as the vector
val pp : ?sep:string->(Stdlib.Format.formatter ->'a-> unit)-> Stdlib.Format.formatter ->'at-> unit
\ No newline at end of file
+Sidekick_util__Vec (sidekick.Sidekick_util__Vec)
Module Sidekick_util__Vec
Vectors
A resizable array, workhorse of imperative programming :-). This implementation originated in alt-ergo-zero but has been basically rewritten from scratch several times since.
make cap dummy creates a new vector filled with dummy. The vector is initially empty but its underlying array has capacity cap. dummy will stay alive as long as the vector
val pp : ?sep:string->(Stdlib.Format.formatter ->'a-> unit)-> Stdlib.Format.formatter ->'at-> unit
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__VecI32/index.html b/dev/sidekick/Sidekick_util__VecI32/index.html
index ab8956eb..cc1b2ce4 100644
--- a/dev/sidekick/Sidekick_util__VecI32/index.html
+++ b/dev/sidekick/Sidekick_util__VecI32/index.html
@@ -1,2 +1,2 @@
-Sidekick_util__VecI32 (sidekick.Sidekick_util__VecI32)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__Vec_float/index.html b/dev/sidekick/Sidekick_util__Vec_float/index.html
index 27067541..1ccc9b6c 100644
--- a/dev/sidekick/Sidekick_util__Vec_float/index.html
+++ b/dev/sidekick/Sidekick_util__Vec_float/index.html
@@ -1,2 +1,2 @@
-Sidekick_util__Vec_float (sidekick.Sidekick_util__Vec_float)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__Vec_sig/Make_extensions/argument-1-B/index.html b/dev/sidekick/Sidekick_util__Vec_sig/Make_extensions/argument-1-B/index.html
new file mode 100644
index 00000000..a4d0979e
--- /dev/null
+++ b/dev/sidekick/Sidekick_util__Vec_sig/Make_extensions/argument-1-B/index.html
@@ -0,0 +1,2 @@
+
+1-B (sidekick.Sidekick_util__Vec_sig.Make_extensions.1-B)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__Vec_sig/Make_extensions/index.html b/dev/sidekick/Sidekick_util__Vec_sig/Make_extensions/index.html
new file mode 100644
index 00000000..227ccca5
--- /dev/null
+++ b/dev/sidekick/Sidekick_util__Vec_sig/Make_extensions/index.html
@@ -0,0 +1,2 @@
+
+Make_extensions (sidekick.Sidekick_util__Vec_sig.Make_extensions)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__Vec_sig/index.html b/dev/sidekick/Sidekick_util__Vec_sig/index.html
index 36b9d51e..94a286fe 100644
--- a/dev/sidekick/Sidekick_util__Vec_sig/index.html
+++ b/dev/sidekick/Sidekick_util__Vec_sig/index.html
@@ -1,2 +1,2 @@
-Sidekick_util__Vec_sig (sidekick.Sidekick_util__Vec_sig)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__Vec_sig/module-type-BASE/index.html b/dev/sidekick/Sidekick_util__Vec_sig/module-type-BASE/index.html
new file mode 100644
index 00000000..bbf8c76a
--- /dev/null
+++ b/dev/sidekick/Sidekick_util__Vec_sig/module-type-BASE/index.html
@@ -0,0 +1,2 @@
+
+BASE (sidekick.Sidekick_util__Vec_sig.BASE)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__Vec_sig/module-type-BASE_RO/index.html b/dev/sidekick/Sidekick_util__Vec_sig/module-type-BASE_RO/index.html
new file mode 100644
index 00000000..1b2b59f6
--- /dev/null
+++ b/dev/sidekick/Sidekick_util__Vec_sig/module-type-BASE_RO/index.html
@@ -0,0 +1,2 @@
+
+BASE_RO (sidekick.Sidekick_util__Vec_sig.BASE_RO)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__Vec_sig/module-type-EXTENSIONS/index.html b/dev/sidekick/Sidekick_util__Vec_sig/module-type-EXTENSIONS/index.html
new file mode 100644
index 00000000..7c232b06
--- /dev/null
+++ b/dev/sidekick/Sidekick_util__Vec_sig/module-type-EXTENSIONS/index.html
@@ -0,0 +1,2 @@
+
+EXTENSIONS (sidekick.Sidekick_util__Vec_sig.EXTENSIONS)
\ No newline at end of file
diff --git a/dev/sidekick/Sidekick_util__Vec_sig/module-type-S/index.html b/dev/sidekick/Sidekick_util__Vec_sig/module-type-S/index.html
index 24a582b1..d178bc2a 100644
--- a/dev/sidekick/Sidekick_util__Vec_sig/module-type-S/index.html
+++ b/dev/sidekick/Sidekick_util__Vec_sig/module-type-S/index.html
@@ -1,2 +1,2 @@
-S (sidekick.Sidekick_util__Vec_sig.S)