AutoDeconstruct
AutoDeconstruct copied to clipboard
Change FAWMN Output
From this comment:
you can avoid the
.SelectMany((names, _) => names).Collect()if you take theList<>and convert it to aEquatableArray<>that you return.