How to flatten a nested tuple?

前端 未结 3 902
野趣味
野趣味 2020-12-29 05:55

I have a nested tuple structure like (String,(String,Double)) and I want to transform it to (String,String,Double). I have various kinds of nested

3条回答
提交回复
热议问题