Module Circuit_utilization.Total_bits

type t = {
count : Base.int;
total_bits : Base.int;
}
val sexp_of_t : t -> Sexplib0.Sexp.t