Martijn Faassen on Nostr: A recent post by the developer of another language (Austral) has this interesting ...
A recent post by the developer of another language (Austral) has this interesting quote about Rust, which reflects the smooth path for using it:
1. The overwhelming majority of references are just arguments to functions.
2. Sometimes you see a reference being returned from a function.
3. Rarely, very rarely, are references stored in structs, and often the lifetime is 'static.
https://borretti.me/article/second-class-references
#rustlang
1. The overwhelming majority of references are just arguments to functions.
2. Sometimes you see a reference being returned from a function.
3. Rarely, very rarely, are references stored in structs, and often the lifetime is 'static.
https://borretti.me/article/second-class-references
#rustlang