package bitmasks
BitMasks over int and int64 exposed as sets
Install
Dune Dependency
Authors
Maintainers
Sources
v1.4.0.tar.gz
md5=ca4039c557d165d61845a44baa3119c0
sha512=3aa006f8416c5fb38142ccf5fc5af85cb827da83fb83dd5b879988797af70701dd466a936b500f9a17dbf5b092de6fecf3b1f91def38d547612c1e95cb606339
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