Module CCBitField.Make
Create a new bitfield type
Parameters
X : sig ... end
Signature
type t= private intGenerative type of bitfields. Each instantiation of the functor should create a new, incompatible type
val empty : tEmpty bitfields (all bits 0).
val mk_field : unit -> fieldMake a new field.