uriDecode

Undocumented in source. Be warned that the author may not have intended to support it.
  1. char* uriDecode(const(char)* src, char* dst, const(char)[] terminatingChars)
  2. char* uriDecode(const(char)[] src, char* dst)
  3. char* uriDecode(const(char)* src, const(char)* srcLimit, char* dst)
    char*
    uriDecode
    (
    const(char)* src
    ,
    const(char)* srcLimit
    ,
    char* dst
    )

Meta