Ask a question to get started
Enter to send•Shift+Enter new line
Deep copy a value with a compromise for uncopyable objects.
deepish_copy( val: T, ) -> T
val
T
The value to be deep copied.