Imandrakit.Basic_bvA really basic bitvector
val create : int -> tval get : t -> int -> boolval set : t -> int -> unitval length : t -> intval of_list : int list -> tval to_bytes : t -> bytesval of_bytes : bytes -> tval all_ones : int -> tall_ones n is the bitvector where bits 0, 1, …, n-1 are all true
val iter : t -> (int -> unit) -> unitList of bits set to 1
val to_list : t -> int listList of bits set to 1