AddressBook.opAssign

* Sets the Addresses from an array of NNR records * The addresses should be empty when set

class AddressBook
void
opAssign
(
immutable(NetworkNodeRecord)*[] nnrs
)
in (addresses.empty, "Address have already been set, call clear() first if this is intended")