0 / 60 seg.

What syntax is required to take a mutable reference to T, when used within a function argument?

fn increment(i: T) {
    // body elided
}