Module Vector.Make

Parameters

module V : S

Signature

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