readVLUInt

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

Meta