Open
Description
I have e scenario where I want to reuse the snapshot a container from a given point in time and use it many times over and over again.
One primitive that could be used for this is a Copy
method that ensures that both the original and the copied container can be used without interfering with each other.
Is this something that could be built in?