package bitmasks
BitMasks over int and int64 exposed as sets
Install
Dune Dependency
Authors
Maintainers
Sources
v1.3.0.tar.gz
sha256=a1cffbe3c98fcdc3d1e1fbc7fc73b88294f74c6f51d5d8b11b4eb2b94156dfc3
md5=b89571470e7966d468218fc1ba787028
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