Best way to refer to the type of a struct inside itself ?

wjoe invalid at example.com
Fri May 15 13:47:43 UTC 2020


struct Foo(A, B, C, size_t a, size_t b)
{
   alias foo_t = Foo!(A, B, C, a, b); // is there a better way to 
get foo_t ?
}



More information about the Digitalmars-d-learn mailing list