encodeCborMapHeader

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t encodeCborMapHeader(R sink, ulong mapLength)
  2. size_t encodeCborMapHeader(R sink)
    size_t
    encodeCborMapHeader
    (
    R
    )
    (
    auto ref R sink
    )
    if (
    isOutputRange!(R, ubyte)
    )

Meta