orangy
val (width, height) = point
and such), so if possible, I wouldn’t add more confusion here.
E.g. given fun f(a: String, b: String)
, how do you use PA to bind first or second parameter to some value?karelpeeters
01/11/2018, 8:02 PMval (x, y) = Vec2(5.0, 6.0)
definitely works.orangy
karelpeeters
01/11/2018, 8:05 PM