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 ... Per Nordlöw via Digitalmars-d-learn
- Re: foreach vs static fo... David T. Oxygen via Digitalmars-d-learn
- Re: foreach vs stati... Jonathan M Davis via Digitalmars-d-learn
- Re: foreach vs static fo... Jonathan M Davis via Digitalmars-d-learn
- Re: foreach vs static fo... monkyyy via Digitalmars-d-learn
- Re: foreach vs stati... Nick Treleaven via Digitalmars-d-learn
- Re: foreach vs stati... Steven Schveighoffer via Digitalmars-d-learn
- Re: foreach vs s... monkyyy via Digitalmars-d-learn
