We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc3667 commit b66aa8aCopy full SHA for b66aa8a
1 file changed
README.md
@@ -1,8 +1,5 @@
1
Nullable-array is a small self-contained library providing an efficient implementation for a type equivalent to `'a option array`
2
3
-The OCamlDoc documentation is available (here)[...]
4
-
5
6
```OCaml
7
let a = Nullable_array.make 3 in
8
Nullable_array.set 1 (Some 4);
0 commit comments