isRCType.isRCType

Undocumented in source.
  1. enum isRCType;
    template isRCType(T)
    static if(is(T E == RCObject!X, X) || is(T E == RCArray!X, X))
    enum isRCType = true;
  2. enum isRCType;

Meta