Conditional Conformance Based on Origin
I'm trying to get a better understanding of origins and mutability. I'd like to try and write a function that have a mutable origin. For example, I'd like something like:
The code above doesn't compile, and gives the following error:
Does anyone know if this is possible in the language?
0 Replies