ViliusCreator (2019-01-16T12:59:10.000Z)
Yes, you can do that. But then doesn’t that look ugly?
`new (Abc(1, 2, 3)(4, 5, 6)`, vs `new Abc<4, 5, 6>(1, 2, 3)`.



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20190116/c30780d6/attachment-0001.html>
viliuskubilius416 at gmail.com (2019-01-16T13:02:38.697Z)
Yes, you can do that. But then doesn’t that look ugly?
`new (Abc(1, 2, 3))(4, 5, 6)`, vs `new Abc<4, 5, 6>(1, 2, 3)`.
viliuskubilius416 at gmail.com (2019-01-16T13:02:09.462Z)
Yes, you can do that. But then doesn’t that look ugly?
`new (Abc(1, 2, 3)(4, 5, 6)`, vs `new Abc<4, 5, 6>(1, 2, 3)`.