decode

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

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

Meta