Join Slack
Powered by
Might it be possible to create a spread operator f...
# announcements
d
Daniel
04/22/2019, 7:34 PM
Might it be possible to create a spread operator for my own class? Lets say I have a class
Operands : List<Operand>
and I want to spread it with
*operands
instead of
*operands.toTypedArray()
which I have to use now
Daniel
04/22/2019, 8:08 PM
Thank you for your answer! Totally fair when you know when its not overloadable. 🙂
4
Views
Open in Slack
Previous
Next