On Thursday, 28 April 2016 at 11:39:22 UTC, Seb wrote:
If it's just about syntax sugar, I definitely would prefer to be able to use alias over ref, e.g.

alias v = el.someProperties.aRatio;

The main issue with this currently is that you can only alias symbols, but el.someProperties.aRatio is an expression, not a symbol.

Reply via email to