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/FeatureBack/Add/index.html

Module FeatureBack.Add

Parameters

module Config : Config

Signature

type 'el tBack = 'el Config.t
val getLast : 'el tBack -> 'el option
val getLastExn : 'el tBack -> 'el
val getLastN : int -> 'el tBack -> 'el tBack option
val getLastNExn : int -> 'el tBack -> 'el tBack
val addLast : 'el -> 'el tBack -> 'el tBack
val removeLast : 'el tBack -> 'el tBack option
val removeLastExn : 'el tBack -> 'el tBack
val removeLastN : int -> 'el tBack -> 'el tBack option
val removeLastNExn : int -> 'el tBack -> 'el tBack
val updateLast : ('el -> 'el) -> 'el tBack -> 'el tBack option
val updateLastExn : ('el -> 'el) -> 'el tBack -> 'el tBack
OCaml

Innovation. Community. Security.