hey guys, is there an easy alternative to destruct...
# announcements
j
hey guys, is there an easy alternative to destructuring a list into 6 fields? I originally had a List<String> being destructured into 5 fields, but now I need to add one more and apparently List<String> doesn't have a component6() function