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