getProtection.getProtection

Undocumented in source.
  1. enum getProtection;
  2. enum getProtection;
    template getProtection(alias symbol)
    static if(!(__traits(compiles, __traits(getProtection, symbol))))
    enum getProtection = "private";

Meta