package fmlib_std
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Standard datatypes of Fmlib
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.5.7.tar.gz
sha256=9da8e569a8340d0509970a3647e34005427a24dbf435e21f4e6574533b03bfca
md5=fa5e03bef63517bfc439727f60688acd
doc/fmlib_std/Fmlib_std/Deque/index.html
Module Fmlib_std.Deque
A double ended queue. Insert from both ends, pop only from the front.
val is_empty : _ t -> boolis_empty q Is the queue q empty?
val has_some : _ t -> boolhas_some q Does the queue have elements?
val empty : _ tempty The empty queue.
update_first f q Update the first element of the queue q with the update function f.
update_last f q Update the last element of the queue q with the update function f.
val to_list : 'a t -> 'a listto_list q Convert the queue q to a list.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>