readVLUInt

  1. ulong readVLUInt(R r)
  2. ulong readVLUInt(R r, T count)
    ulong
    readVLUInt
    (
    R
    T
    )
    (
    auto ref R r
    ,
    out T count
    )
    if (
    is(typeof(r.front()) == ubyte) &&
    is(typeof(r.popFront()))
    &&
    is(T : size_t)
    )

Meta