Does the compiler automatically pass values by reference if
possible with `in` parameters in higher level of optimization
flags? I would normally use `in ref` but sometimes it's not
compatible with different types.
- `in` parameters optimization Adnan via Digitalmars-d-learn
- Re: `in` parameters optimization Meta via Digitalmars-d-learn