Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val zero : t
val is_bit_set : t -> int -> bool
val are_bits_set : t -> int list -> bool
val iteri : (int -> bool -> unit) -> t -> unit
val foldi : (int -> bool -> 'a -> 'a) -> 'a -> t -> 'a
val of_int : int -> t
val to_int : t -> int
val string_of_bits : t -> string
val bits_of_string : string -> t
val to_string : t -> string
val of_string : string -> t