getUDA.getUDA

Undocumented in source.
  1. enum getUDA;
    template getUDA(alias symbol, alias attribute)
    static if(!(all.length != 1))
    static if(is(typeof(all[0])))
    enum getUDA = all[0];
  2. alias getUDA = all[0]

Meta