Module Flags
include Flags__.Flags_intf.Flags
module type Make_arg = Flags__.Flags_intf.Make_argmodule type S = Flags__.Flags_intf.Sval create : bit:int -> Core_kernel.Int63.tcreate ~bit:ncreates a flag with thenth bit set.nmust be between 0 and 62.Typically a flag has one bit set;
createis useful in exactly those cases. For flags with multiple bits one can either define the Int63.t directly or create it in terms of simpler flags, using+and-.