You can search for identifiers within the package.
in-package search v0.2.0
Buffers are mainly used by the BITSTRING constructor, but may also be useful for end users. They work much like the standard library Buffer module.
BITSTRING
Buffer
type t
val create : unit -> t
val contents : t -> bitstring
val add_bits : t -> bytes -> int -> unit
val add_bit : t -> bool -> unit
val add_byte : t -> int -> unit