decodeUtf8Impl.decodeUtf8Impl

Undocumented in source. Be warned that the author may not have intended to support it.
  1. dchar decodeUtf8Impl(const(char)** utf8InOut, const(char)* limit)
  2. dchar decodeUtf8Impl(const(char)** utf8InOut)
    template decodeUtf8Impl(Flag!"useLimit" useLimit)
    pure
    static if(!(useLimit))
    dchar
    decodeUtf8Impl
    (
    const(char)** utf8InOut
    )

Meta