decode

Decodes a single dchar from the given src text, and indicates how many wchars were consumed from src to do so.

  1. dchar decode(const(char[]) src, size_t ate)
  2. dchar decode(const(wchar[]) src, size_t ate)
    dchar
    decode
    (
    const(wchar[]) src
    ,)

Meta