onlyOneExists.onlyOneExists

Undocumented in source.
  1. enum onlyOneExists;
    template onlyOneExists(alias Criteria, T...)
    package
    static if(Found.length == 1)
    enum onlyOneExists = true;
  2. enum onlyOneExists;

Meta