codec_int_stepped_4_low top-level property

BitCodec<int> codec_int_stepped_4_low
getter/setter pair

Implementation

BitCodec<int> codec_int_stepped_4_low = BitCodec<int>(
    writer: (w, t) => w.writeSteppedVarInt(t, bitLimits: stepIntLow4_16),
    reader: (r) => r.readSteppedVarInt(bitLimits: stepIntLow4_16));