Search

April 04, 2023
General »
Oh, I think I get it. `Vec3Var` in my original post is just a poor...
April 04, 2023
General »
Hm, I don't understand what your code does. So Vec3Var!S yields the tuple...
April 03, 2023
Issues »
...it would be better to initialize the template and emit it when required instead.

The...
April 03, 2023
General »
...ok
  assert(is(typeof(trio) == Vec3Var!S));
}

template staticMapTrio(alias fun, args...) {
  alias staticMapTrio = AliasSeq...
April 03, 2023
General »
...ok
  assert(is(typeof(trio) == Vec3Var!S));
}

template staticMapTrio(alias fun, args...) {
  alias staticMapTrio = AliasSeq...
April 03, 2023
General »
Just want to say, I'm super excited to see this possibly getting solved!

Thanks...
April 03, 2023
General »
...a template declaration.

The potentional is likely the capability of original IFTI for alias template...
April 03, 2023
Learn »
...L58


The user uses that engine mixin template, which will add the engine entry point...
April 03, 2023
General »
...template IMPLEMENT_REFCOUNT() {
  override uint addRef()  { return 1; }
  override uint release() { return 1; }
}

mixin template...
March 31, 2023
Issues »
...a bit crazy on template usage. The code is:

```d
package template DECLARE_HANDLE(string...
152 153 154 155 156 157 158 159 160 161 162
Next ›   Last »