temp
[tatoo.git] / src / bitvector.mli
1 type t
2
3 val create : int -> t
4 val set : t -> int -> bool -> unit
5 val get : t -> int -> bool