What syntax is required to take a mutable reference to T, when used within a function argument?
fn increment(i: T) {
// body elided
}
What syntax is required to take a mutable reference to T, when used within a function argument?
fn increment(i: T) {
// body elided
}