Module show_notes::e017

source ·
Expand description

Point me where I need to go

  • Date: August 5, 2016
  • Subject: A deep dive on references and pointers in Rust.
  • Audio

Notes

By listener request, today we look at the syntax and semantics of referencing and dereferencing and the corresponding & and * operators.

As was the case with e016, the code samples have little to say in their documentation; reading the code will be necessary for seeing the ideas.

Sponsors

(Thanks to the couple people donating who opted out of the reward tier, as well. You know who you are!)

Become a sponsor

Contact

Structs

  • A dummy container for use with references.

Functions