package exenum

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.82.0.tar.gz
sha256=ab25cd106937fefef265abc6e7157a1d48c5ea6663fab7d782914d9659ff4aee
md5=5367c3fe8d5a3b645c719b48889a6fce

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.