pbrt
Pbrt.Bitfield
Bitfield used for presence
pbrt.options
type t = private int
val max_bits : int
val empty : t
val get : t -> int -> bool
val set : t -> int -> t
val pp : Format.formatter -> t -> unit