package rhythm

  1. Overview
  2. Docs
Data Structures and Algorithms implemented in Reason

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.1.tar.gz
md5=ab41eb14a57ef31d57b864bb01c10b19
sha512=1a3d6299b7d117f33f7811fdbe868d8bab05a9106959b09deb309860f876ec216ae760a090f5cdf40d87c2a4ff2385859e81a5fcaf25a3c3158fbcb3acf50716

doc/rhythm.lib/Rhythm/FeatureFront/index.html

Module Rhythm.FeatureFront

type ('ds, 'el) fastGetFirst =
  1. | SlowGetFirst
  2. | GetFirstExn of 'ds -> 'el
type ('ds, 'el) fastAddFirst =
  1. | SlowAddFirst
  2. | AddFirst of 'el -> 'ds -> 'ds
type ('ds, 'el) fastRemoveFirst =
  1. | SlowRemoveFirst
  2. | RemoveFirstExn of 'ds -> 'ds
module type Config = sig ... end
module Default : sig ... end
module type Interface = sig ... end
module Add (Config : Config) : Interface with type 'el tFront = 'el Config.t
OCaml

Innovation. Community. Security.