From [Tuple!(A,B), ...] to Tuple!(A[], B[])

foozzer foozzer at gmail.com
Mon Feb 17 13:17:51 UTC 2020


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


More information about the Digitalmars-d-learn mailing list