On 05/04/2013 01:57 PM, d coder wrote:
Timon, you mean such support is planned, or is the current behavior the expected behavior. ...
The current behaviour is expected. UFCS is a rewrite rule from a.b(args...) to b(a,args...).
On 05/04/2013 01:57 PM, d coder wrote:
Timon, you mean such support is planned, or is the current behavior the expected behavior. ...
The current behaviour is expected. UFCS is a rewrite rule from a.b(args...) to b(a,args...).