hikamaeng
09/12/2019, 2:54 PMinfix fun <A, B, C> Pair<A, B>.to(that:C) = Triple(this.first, this.second, that)
Ruckus
09/12/2019, 3:25 PMa to b to c
already returns a valid value. I'd recommend using a different function name.jw
09/12/2019, 4:09 PMhikamaeng
09/13/2019, 8:34 AMhikamaeng
09/13/2019, 8:39 AM