please add x .= f()

Soni L. fakedme+es at gmail.com
Mon Aug 10 17:40:07 UTC 2015


x .= f() should be syntax sugar for x = x.f()

x .= f().g().h() should be x = x.f().g().h()

-- 
Disclaimer: these emails are public and can be accessed from <TODO: get a non-DHCP IP and put it here>. If you do not agree with this, DO NOT REPLY.



More information about the es-discuss mailing list