Open svick opened 5 years ago
Since ref returns are a relatively new feature, and I'd say also fairly obscure, I think it makes sense to explain them.
ref
While doing that, other similar constructs could be explained too, like return ref, or even ref parameters.
return ref
Since
ref
returns are a relatively new feature, and I'd say also fairly obscure, I think it makes sense to explain them.While doing that, other similar constructs could be explained too, like
return ref
, or evenref
parameters.