I can't find any documentation on the subject on when opCall should be defined to enable foreach (isIterable).
When to opCall instead of opIndex and opSlice?
Nordlöw via Digitalmars-d-learn Mon, 02 Oct 2017 09:01:26 -0700
Is implementing opCall(size_t) for structures such as array
containers that already define opIndex and opSlice deprecated?
- When to opCall instead of opI... Nordlöw via Digitalmars-d-learn
- Re: When to opCall inste... Jacob Carlborg via Digitalmars-d-learn
- Re: When to opCall i... Per Nordlöw via Digitalmars-d-learn
- Re: When to opCa... Jonathan M Davis via Digitalmars-d-learn
- Re: When to opCa... Steven Schveighoffer via Digitalmars-d-learn
