type t = Name_rr_map.t * Name_rr_map.t
The type of an answer: answer and authority section, each represented as Domain_name maps with resource record sets.
val empty : t
empty
is the empty answer.
val is_empty : t -> bool
is_empty t
is true
if t
is empty, false
otherwise.