package miou
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Composable concurrency primitives for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
miou-0.7.0.tbz
sha256=649a6bac40ae3bef0b1df90547cdfbeca28ba62542b5a5a7a379f32ea2ee8041
sha512=15fffee373fc0646afac3b471e1bbf1183f7f1c2f21a0ca37fb27d9dd371742a91cc8aa1c9fc34856e7d3de3e3762e9529757b22dd3efb2d65279b7865915379
doc/miou.bitv/Miou_bitv/index.html
Module Miou_bitvSource
This module implements bit vectors, as an abstract datatype t. Since bit vectors are particular cases of arrays, this module provides the same operations as module Array. It also provides bitwise operations and conversions to/from integer types.
In the following, false stands for bit 0 and true for bit 1.
The type of bit vectors
create n b creates a new bit vector of length n, initialized with b.
iter fn v applies function fn in turn to all indexes of the elements of v which are set (i.e. true); indexes are visited from least significant to most significant.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>