deviant
10/01/2018, 2:34 PMinline
classes allow only one constructor param? it would be nice to have inline class Pair
to avoid extra allocationsAndreas Sinz
10/01/2018, 2:37 PMdiesieben07
10/01/2018, 2:39 PMvolatile
fields with type of such an inline class?deviant
10/01/2018, 2:46 PMAnd how do you return a pair from a method?as usual:
return Pair(a, b)
And how do you maintain proper semantics forcan't help here. i'm not a kotlin compiler expertfields with type of such an inline class?volatile
diesieben07
10/01/2018, 2:46 PMdiesieben07
10/01/2018, 2:46 PMdeviant
10/01/2018, 2:47 PMdiesieben07
10/01/2018, 2:47 PMdiesieben07
10/01/2018, 2:47 PMdeviant
10/01/2018, 2:48 PM