encodeCborArrayHeader

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

Meta