Creates a new edge and copies all values from this edge.
Edge clone() { return Edge().copy( this ); }