FunctionBenchmark.forward

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

Meta