You can search for identifiers within the package.
in-package search v0.2.0
type t
Type of a grant table index (an integer), called a grant reference in Xen's terminology.
val of_string : string -> (t, [> `Msg of string ]) Stdlib.result
of_string x parses x as a 32-bit unsigned decimal.
of_string x
x
val to_string : t -> string
to_string x is x formatted as a 32-bit unsigned decimal.
to_string x
val pp : t Fmt.t
val to_int32 : t -> Stdlib.Int32.t
val of_int32 : Stdlib.Int32.t -> t