Strings.getEncoded

Undocumented in source.
  1. template getEncoded(string id, S, string file = __FILE__, uint line = __LINE__)
    struct Strings()
    version(i18n_list_references)
    template getEncoded (
    string id
    S
    string file = __FILE__
    uint line = __LINE__
    ) if (
    identifierExists(id) &&
    isSomeString!S
    ) {}
  2. template getEncoded(string id, S)
  3. S getEncoded()

Members

Aliases

getEncoded
alias getEncoded = opDispatchImpl!(id, S)
Undocumented in source.

Imports

format (from std.format)
public import std.format : format;
Undocumented in source.

Meta