MarkupEntityCodec.decode

Undocumented in source. Be warned that the author may not have intended to support it.
  1. mstring decode(const(char)[] text, mstring decoded)
  2. wchar[] decode(const(wchar)[] text, wchar[] decoded)
    class MarkupEntityCodec(E : IEntitySet)
    override
    wchar[]
    decode
    (
    const(wchar)[] text
    ,
    ref wchar[] decoded
    )
  3. dchar[] decode(const(dchar)[] text, dchar[] decoded)

Meta