package hector

  1. Overview
  2. Docs
module Make (E : sig ... end) : MONOVECTOR with type element = E.t

The functor Make lets the user choose the type element. The function Array.make is used to allocate arrays.

OCaml

Innovation. Community. Security.