Module Bits.UInt64

include Bits_intf.S with type t := Unsigned.UInt64.t
include Bits_intf.Basic with type t := Unsigned.UInt64.t
val fold : Unsigned.UInt64.t -> bool Fold_lib.Fold.t
val size_in_bits : int
val iter : Unsigned.UInt64.t -> f:( bool -> unit ) -> unit
val to_bits : Unsigned.UInt64.t -> bool list
val of_bits : bool list -> Unsigned.UInt64.t