Is it possible to convert an array into tuple?
If you know the type of the tuple at compile time, yes there’s Tuple.from(Array).
Could you tell a bit more about your use case though?
Is it possible to convert an array into tuple?
If you know the type of the tuple at compile time, yes there’s Tuple.from(Array).
Could you tell a bit more about your use case though?