package exenum

  1. Overview
  2. Docs

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.