Skip to content

OCaml library implementing BitMasks over int and int64 exposed as sets

License

Notifications You must be signed in to change notification settings

metastack/bitmasks

Repository files navigation

CI

BitMasks Sets

Library for exposing bitmasks (typically as int or int64) in an implementation compatible with OCaml's Set. The underlying data representation is unaltered, allowing the value to be manipulated either as a bitmask or as a set without conversion.