Returns a deep copy of this instance without op.
Useful when you need an independent value that should not accidentally sync back into owned memory.
@override @nonVirtual D copy() => clone();