`in` parameters optimization

Adnan contact.adnan.02 at protonmail.com
Wed Dec 25 01:24:52 UTC 2019


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.


More information about the Digitalmars-d-learn mailing list