The high bits of the current value (bottom 5 bits masked out)
The low bits of the current value, represnted as a unioned one-hot, where bit position corresponds to a low 5 bits to be combined with high.
This means a particular combination of high and low can represent up to 32 values over the range 0->31 for the "high" value.
General interface for a index set cursor.