Impl.Impl

Undocumented in source.
  1. enum Impl;
    template Impl()
    static if(is(TargetT == NoneTypeTag))
    enum Impl = q{ private static void delegate()[] %1$sListeners; private extern (C) static %2$s %1$sCallback(void *data) { foreach (dlg; %1$sListeners) { dlg(); } %3$s } public static void %1$s(void delegate() f) { %1$sListeners ~= f; } }.format(Event, ReturnT.stringof, RET);
  2. enum Impl;

Meta