Collect common workarounds and tricks to deal with guppy's idiosyncrasies. Ideas, please comment with more: - [ ] Swap values out of arrays to gain ownership - [ ] `with_owned` for temporarily taking ownership -> https://github.com/Quantinuum/guppy-docs/issues/25 - [ ] Barriers to force ordering - [ ] Using Stack for recursive use - [x] #35
Collect common workarounds and tricks to deal with guppy's idiosyncrasies.
Ideas, please comment with more:
with_ownedfor temporarily taking ownership -> Show with_owned usage in "Ownership and linear types" section #25