clone()

Copies the value within the unqiue box and returns it in a new unique instance.

Declaration

func clone() -> UniqueBox<Value>