You can search for identifiers within the package.
in-package search v0.2.0
Nsec
Authenticated denial of existence resource record, used by DNSSec.
type t = {
next_domain : [ `raw ] Domain_name.t;
types : Bit_map.t;
}
The type of Nsec.
val pp : t Fmt.t
pp ppf t pretty-prints the Nsec.
pp ppf t
val compare : t -> t -> int
compare a b compares the Nsec a with b.
compare a b
a
b