On Monday, 17 February 2020 at 12:11:38 UTC, Simen Kjærås wrote:
On Monday, 17 February 2020 at 11:51:52 UTC, FeepingCreature wrote:[...]One tiny thing: the above fails for tuples with named fields, like Tuple!(int, "a", string "b"). This code handles that case, and preserves field names:[...]
Thank you all