You can search for identifiers within the package.
in-package search v0.2.0
type t
val get : t -> int64 -> bool
get t sector is true if sector is present in the block
get t sector
sector
val set : t -> int64 -> (int64 * Cstruct.t) option
set t sector asserts the bit for sector, returning a (relative offset, data to be written to disk) pair.
set t sector