<@U2MJQ2R55> and for the Triples `ints.zip(doubles...
# announcements
b
@henbruas and for the Triples
ints.zip(doubles.toList().zip(floats.toList())) {e,p -> Triple(e,p.first,p.second)}
Not pretty, I know