package containers

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module CCRingBuffer.ArraySource

The abstract type for arrays

Sourcemodule type S = sig ... end
Sourcemodule Byte : S with type elt = char and type t = Bytes.t

Efficient array version for the char type

Sourcemodule Make (Elt : sig ... end) : S with type elt = Elt.t and type t = Elt.t array

Makes an array given an arbitrary element type

OCaml

Innovation. Community. Security.