package rhythm
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/OCamlList/index.html
Module Rhythm.OCamlList
val make : unit -> 'el t
val isEmpty : 'el t -> bool
val length : 'el t -> int
include FeatureSyntax.Interface with type 'el tSyntax = 'el t
type 'el tSyntax = 'el t
module Syntax : sig ... end
module SyntaxNested : sig ... end
module SyntaxExn : sig ... end
module SyntaxReset : sig ... end
include FeatureSequence.Interface with type 'el tSequence = 'el t
type 'el tSequence = 'el t
val init : int -> (int -> 'el) -> 'el tSequence
val toOCamlList : 'el tSequence -> 'el OCamlListCore.t
val fromOCamlList : 'el OCamlListCore.t -> 'el tSequence
val toOCamlArray : 'el tSequence -> 'el OCamlArrayCore.t
val fromOCamlArray : 'el OCamlArrayCore.t -> 'el tSequence
val toMutableArrayList : 'el tSequence -> 'el MutableArrayListCore.t
val fromMutableArrayList : 'el MutableArrayListCore.t -> 'el tSequence
val toDeque : 'el tSequence -> 'el DequeCore.t
val fromDeque : 'el DequeCore.t -> 'el tSequence
val every : ('el -> bool) -> 'el tSequence -> bool
val everyi : (int -> 'el -> bool) -> 'el tSequence -> bool
val forEach : ('el -> unit) -> 'el tSequence -> unit
val forEachi : (int -> 'el -> unit) -> 'el tSequence -> unit
val none : ('el -> bool) -> 'el tSequence -> bool
val nonei : (int -> 'el -> bool) -> 'el tSequence -> bool
val some : ('el -> bool) -> 'el tSequence -> bool
val somei : (int -> 'el -> bool) -> 'el tSequence -> bool
val reduce : ('acc -> 'el -> 'acc) -> 'acc -> 'el tSequence -> 'acc
val reducei : ('acc -> int -> 'el -> 'acc) -> 'acc -> 'el tSequence -> 'acc
val reduceReverse : ('acc -> 'el -> 'acc) -> 'acc -> 'el tSequence -> 'acc
val reduceReversei :
('acc -> int -> 'el -> 'acc) ->
'acc ->
'el tSequence ->
'acc
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>