package rhythm
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Data Structures and Algorithms implemented in Reason
Install
dune-project
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 tval isEmpty : 'el t -> boolval length : 'el t -> intinclude FeatureSyntax.Interface with type 'el tSyntax = 'el t
type 'el tSyntax = 'el tmodule Syntax : sig ... endmodule SyntaxNested : sig ... endmodule SyntaxExn : sig ... endmodule SyntaxReset : sig ... endinclude FeatureSequence.Interface with type 'el tSequence = 'el t
type 'el tSequence = 'el tval init : int -> (int -> 'el) -> 'el tSequenceval toOCamlList : 'el tSequence -> 'el OCamlListCore.tval fromOCamlList : 'el OCamlListCore.t -> 'el tSequenceval toOCamlArray : 'el tSequence -> 'el OCamlArrayCore.tval fromOCamlArray : 'el OCamlArrayCore.t -> 'el tSequenceval toMutableArrayList : 'el tSequence -> 'el MutableArrayListCore.tval fromMutableArrayList : 'el MutableArrayListCore.t -> 'el tSequenceval toDeque : 'el tSequence -> 'el DequeCore.tval fromDeque : 'el DequeCore.t -> 'el tSequenceval every : ('el -> bool) -> 'el tSequence -> boolval everyi : (int -> 'el -> bool) -> 'el tSequence -> boolval forEach : ('el -> unit) -> 'el tSequence -> unitval forEachi : (int -> 'el -> unit) -> 'el tSequence -> unitval none : ('el -> bool) -> 'el tSequence -> boolval nonei : (int -> 'el -> bool) -> 'el tSequence -> boolval some : ('el -> bool) -> 'el tSequence -> boolval somei : (int -> 'el -> bool) -> 'el tSequence -> boolval reduce : ('acc -> 'el -> 'acc) -> 'acc -> 'el tSequence -> 'accval reducei : ('acc -> int -> 'el -> 'acc) -> 'acc -> 'el tSequence -> 'accval reduceReverse : ('acc -> 'el -> 'acc) -> 'acc -> 'el tSequence -> 'accval reduceReversei :
('acc -> int -> 'el -> 'acc) ->
'acc ->
'el tSequence ->
'acc sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>