package brr
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Browser programming toolkit for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
brr-0.0.8.tbz
sha512=49e7bfbad2ea6a0139354e4a33c59c8a113c4c1e20a4f629bc5cad24aa801e474b4af10ce35adbda5d23dd294d1de5efa5b10bb3030d03f4758459977250a0f6
doc/brr/Jv/It/index.html
Module Jv.ItSource
JavaScript iterator protocol.
Iterator results
The type for objects satisfying the IteratorResult interface.
result_done r is true iff r has a done property and its value is true.
result_value r is the value property of r (if any). This may only be None if result_done r is true.
get_result_value r is the value property of r. This should always be well defined as long as result_done r is false.
Iterators
The type for objects satisfying the iterator protocol.
iterable v is v's iterator object (if any) looked up according to the iterable protocol.
fold of_jv f it folds f over the results provided by it and converted with of_jv until one is done. The return value of the iterator is ignored.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page