I want to create my own Tuple type

Ola Fosheim Grostad ola.fosheim.grostad at gmail.com
Mon Jan 11 05:44:19 UTC 2021


On Monday, 11 January 2021 at 01:49:26 UTC, Paul Backus wrote:
> Why are these particular implementation details important to 
> you?

It is for object.d.

I want to allow fast runtime indexing if all elements are of the 
same type.

If the types are different I want static indexing, so the plan is 
to resolve failed lookup as __0 etc by modifying the compiler.


More information about the Digitalmars-d-learn mailing list