10.4.3 Practical Examples of read / mut / var This is a sample where all three modifiers are condensed into a single file. We will check borrowing with read, in-place modification with ref, and ...