<div dir="ltr"><div dir="ltr">On Sun, Jun 9, 2019 at 10:52 PM Ben Grasset <<a href="mailto:operator97@gmail.com">operator97@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">On Sun, Jun 9, 2019 at 10:28 PM Dmitry Boyarintsev <<a href="mailto:skalogryz.lists@gmail.com" target="_blank">skalogryz.lists@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div>So if you're fan of having ^Integer as a parameter type, then you pretty much self-declaring to be a fan of (^Integer)(varname) as well.<br></div></div></div></blockquote><div><br></div><div>This is.... completely ludicrous, to say the very least. "PSomething: ^TSomeType" declared in a method signature would behave <b>completely identically in every way </b>to how "var PSomething: ^TSomeType" <b>already behaves right now</b>, as far as using it inside the scope of the method body is concerned. It introduces <b>nothing</b> that does not already exist.</div><div><br></div><div>The functionality I'm suggesting is <b>utterly trivial. </b>If you don't think so, it's likely you don't really quite get what I'm actually talking about.</div></div></div></blockquote><div><br></div><div>You've been told before. Variable types are not the same as parameter types.</div><div><br></div><div>The "utterly trivial" is in fact a change to the language syntax.<br></div><div>Where currently, a parameter is:</div><div>  [modifier] parameter_name [ : [array of] {type_identifier, const}]]</div><div>You're proposing to do it as:</div><div>  [modifier] parameter_name [ : [array of] {[^]type_identifier, const}]]</div><div><br></div><div>treating "^" as a special rule to pass a reference to a type (because "^" cannot be a part of identifier).</div><div><br></div><div>Adding a new exception never hurts anyone.<br></div><div><br></div><div>thanks,<br>Dmitry</div><div><br></div><div><br></div><div><br></div><div> </div></div></div>