noGeneric top-level constant

NoGeneric const noGeneric

If a class which is annotead with noGeneric is extended or implemented, the derived class MUST NOT impose a type argument!

Implementation

const NoGeneric noGeneric = NoGeneric();