package fmlib
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Functional monadic library
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.1.0.tar.gz
sha256=0558665285e4d7691e5a80c90ab05a7acb86c09f03ceef6589f150f6d3574573
md5=fb61f4d6e7233cf8d1d71758e6110c1e
doc/fmlib.fmlib_std/Fmlib_std/Deque/index.html
Module Fmlib_std.DequeSource
A double ended queue. Insert from both ends, pop only from the front.
'a t A double ended queue with element type 'a.
push_front e q Push the element e to the front of the queue q.
push_rear e q Push the element e to the rear of the queue q.
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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>