<div dir="ltr"><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="font-size:13px">Why isn&#39;t &quot;to&quot; more predictable than &quot;toPoint?&quot;  It&#39;s certainly more universal.</span></blockquote><div><br></div><div>Function arguments can be unordered, if they have default values. A contrived example here...</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div>func rename( from nameA=&quot;index&quot;, from extA=&quot;html&quot;, to nameB=&quot;converted&quot;, to extB=&quot;shtml&quot; )</div></blockquote><div><br></div><div>Maybe I&#39;m confused, but that seems like it has to be illegal at worst, and confusing at best. But if you don&#39;t consistently use &quot;from&quot; and &quot;to&quot; then you&#39;re back to making special rules about everything.</div><div><br></div><div>It wouldn&#39;t matter if every argument has a unique Type, or if you take the time to create structs or tuples to bundle every piece of data together about &quot;from&quot; or about &quot;with&quot; etc. Maybe that&#39;s usually the case, but it&#39;s nice to have freedom to be lazy.<br></div><div><br></div><div><br></div></div>