Strings.opDispatch

Undocumented in source.
  1. template opDispatch(string id, string file = __FILE__, uint line = __LINE__)
  2. template opDispatch(string id)
    struct Strings()
    version(!i18n_list_references)
    template opDispatch (
    string id
    ) if (
    identifierExists(id)
    ) {}
  3. I18NString opDispatch [@property getter]

Members

Aliases

opDispatch
alias opDispatch = opDispatchImpl!(id, I18NString)
Undocumented in source.

Meta