Module Pbrt.Bitfield

Bitfield used for presence

type t = private int
val max_bits : int
val empty : t
val get : t -> int -> bool
val set : t -> int -> t
val pp : Stdlib.Format.formatter -> t -> unit