package bitmasks
BitMasks over int and int64 exposed as sets
Install
Dune Dependency
Authors
Maintainers
Sources
v1.2.0.tar.gz
sha256=e3c59984d535679a9333cee41ab03acd0bdc717c271378b00701fbc7ae01f3ed
md5=63e842db085ec7a053ecee9e621a3f74
doc/index.html
bitmasks
API
Library bitmasks
BitMaskSet
Bitmasks exposed as sets. See the documentation forSet.S
in the Standard Library for details of functions. The ordering used for elements in the set has the least significant bit as the smallest element which corresponds with constructor order of the sum type used for the elements. A complete example may be found inMake
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page