FunctionBenchmark.forward

Undocumented in source.
  1. enum forward;
    struct FunctionBenchmark(string name, alias genIndependantVariable, alias independantToData = void)
    static if(!is(independantToData == void))
    static if(isInstanceOf!(ForwardTemplate, independantToData))
    enum forward = true;
  2. enum forward;

Meta