foreach vs static foreach on compile time tuples
Per Nordlöw via Digitalmars-d-learn Sun, 24 Aug 2025 01:41:36 -0700
Which are the pros and cons of foreach vs static foreach on a
compile time tuple in D in terms of compiler performance and
resource usage? Does static foreach generate more ast
duplications?
- foreach vs static foreach on comp... Per Nordlöw via Digitalmars-d-learn
- Re: foreach vs static foreac... David T. Oxygen via Digitalmars-d-learn
- Re: foreach vs static fo... Jonathan M Davis via Digitalmars-d-learn
- Re: foreach vs static foreac... Jonathan M Davis via Digitalmars-d-learn
- Re: foreach vs static foreac... monkyyy via Digitalmars-d-learn
- Re: foreach vs static fo... Nick Treleaven via Digitalmars-d-learn