package extlib

  1. Overview
  2. Docs

Additional and modified functions for arrays.

The OCaml standard library provides a module of array functions. This ExtArray module can be used to override the Array module or as a standalone module. It provides some additional functions.

module Array : sig ... end