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.5.2.tbz
sha256=7895fd48e0fce4e20eb021d6db6c931aa8ef4ce9933bbb08f65a2cb1dda35020
sha512=7e1fd4c6d40ec8aaa5a4e04dc30ec5ec3bc5795d25a226b0a74bd51a170a075e734873db4b17716d6627cc81d21a21910eb3f0cfd05e081deda764cd405c83eb
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)"
>