package exenum

  1. Overview
  2. Docs
Build efficient enumerations for datatypes. Inspired by Feat for Haskell.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.84.0.tar.gz
sha256=d1d0f10e592895ecce69fe31cacd7572077dff4f960a6f16d223f56274be4a8f
md5=f4d7c0bf20a74918f68919ff28739b4f

doc/exenum.internals/Exenum_internals/ExtArray/index.html

Module Exenum_internals.ExtArraySource

Sourcetype 'a t
Sourceval create : int -> 'a -> 'a t
Sourceval set : 'a t -> int -> 'a -> unit
Sourceval get : 'a t -> int -> 'a
Sourceval size : 'a t -> int
Sourceval fold : 'a t -> 'b -> (int -> 'a -> 'b -> 'b) -> 'b
Sourceval iter : 'a t -> (int -> 'a -> unit) -> unit
Sourceval copy : 'a t -> 'a t
OCaml

Innovation. Community. Security.