On Friday, 15 May 2020 at 13:47:43 UTC, wjoe wrote:
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 ?}
typeof(this)
Paul Backus via Digitalmars-d-learn Fri, 15 May 2020 06:56:27 -0700
On Friday, 15 May 2020 at 13:47:43 UTC, wjoe wrote:
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 ?}
typeof(this)