type t = [ `host ] Domain_name.t
The type of a PTR record.
val pp : t Fmt.t
pp ppf t pretty-prints the domain name pointer.
pp ppf t
val compare : t -> t -> int
compare a b compares the domain pointer pointer a with b.
compare a b
a
b