File: bit_vector.mli

package info (click to toggle)
ocaml-re 1.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 848 kB
  • sloc: ml: 8,054; makefile: 18; sh: 11
file content (8 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
6
7
8
type t

val length : t -> int
val set : t -> int -> bool -> unit
val create_zero : int -> t
val get : t -> int -> bool
val reset_zero : t -> unit
val pp : t Fmt.t