InterfaceInfo.staticMethods

Static information about each route (Compile-time).

  1. StaticMethodInfo[methodCount] staticMethods;
    struct InterfaceInfo(T)
    @safe static const
    static if(methodCount)
    StaticMethodInfo[methodCount] staticMethods;
  2. StaticMethodInfo[0] staticMethods;

Meta