Investigate Rust lifetimes to reduce cloning. #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is currently some bad practices being used where I clone data within references, even though I could use a lifetime modifier to allow avoid this.
I need to invest some more time into actually exploring how they work but it would be a good addition to have.