package core

  1. Overview
  2. Docs
Industrial strength alternative to OCaml's standard library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=b0e23c1b1049e48cbbaa596d49927c66e6026506031bd7f5b485af6e9475b4e3

doc/src/core/option_array.ml.html

Source file option_array.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
open! Import
include Base.Option_array

include
  Binable.Of_binable1_without_uuid [@alert "-legacy"]
    (struct
      type 'a t = 'a option array [@@deriving sexp, bin_io]
    end)
    (struct
      type nonrec 'a t = 'a t

      let to_binable = to_array
      let of_binable = of_array
    end)
OCaml

Innovation. Community. Security.