# The bit width of the new value must not exceed max_bit.
# Update the value at index 4 to 5
# Remove the value at index 4.
# The bit width of the new value must not exceed max_bit.
# max_bit sets the maximum bit-width of stored values (auto-inferred if omitted).
# Get the minimum value c in the range [1, 9) such that 4 <= c.
# Get the maximum value c in the range [1, 9) such that c < 7.
# List values in [1, 9) with the top-2 minimum values.
# List values in [1, 9) with the top-2 maximum values.
# List values c in the range [1, 9) such that 4 <= c < 6.
... continue reading