package bitmasks
BitMasks over int and int64 exposed as sets
Install
Dune Dependency
Authors
Maintainers
Sources
v1.5.0.tar.gz
md5=b3903418b69a71f27b86bc2e3a2a3bea
sha512=33b948682cc722262809620ddd23908c04bf7a877242a739ac3c63d83778499897fe303af5c2436d1364901eb846126fb1f1619033e9a3275dd9402fcba1a148
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