Represents bit range of bit-packed integer field. We reuse the idea from ULEB128p1 to support encoding of -1 (aka 0xFFFFFFFF). If min_value is set to -1, we implicitly subtract one from any loaded value, and add one to any stored value. This is generalized to any negative values. In other words, min_value acts as a base and the stored value is added to it.
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected