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)
  3. dchar[] decode(const(dchar)[] text, dchar[] decoded)
    class MarkupEntityCodec(E : IEntitySet)
    override
    dchar[]
    decode
    (
    const(dchar)[] text
    ,
    ref dchar[] decoded
    )

Meta