Open eladb opened 4 months ago
it seems like the functionality exists but in a bit messier way:
let x = MutJson { y: 123 };
let y: Json = Json.deepCopy(x);
let z: MutJson = Json.deepCopyMut(y);
works.
Should I change it to be structured similarly to your example, or should I just leave it as is?
I tried this:
This happened:
Couldn't find these methods.
I expected this:
No response
Is there a workaround?
No response
Anything else?
No response
Wing Version
No response
Node.js Version
No response
Platform(s)
No response
Community Notes