Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If d takes two args, is there an inverted syntax as in “(1, 2).d.c.b.a” or must you do d(1, 2).c.b.a or something else?


`1.d(2).c.b.a` and `d(1,2).c.b.a` both work




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: