• V
    Allow "in" at call sites as a way to request strict "in" parameter passing. · c72c57ed
    vsadov 提交于
    - "in" argument matches only "in" parameters (as opposed to unmodified case that can also match byval parameters)
    - "in" requires that the argument is an lvalue
    - "in" does not allow conversions at the call-site other than identity conversions
    - "in" sets an exact bound in generic method type inference
    - "in" cannot be stack-spilled by value
    c72c57ed
Syntax.xml.Internal.Generated.cs 1.8 MB
The source could not be displayed because it is larger than 1.0 MB. You can load it anywaydownload it instead.