reverse_bit_field(i, start, end)
Return the result of reversing the bits of i from the bit start (inclusive) through the bit end (exclusive).
i
start
end
Core Module Index | Contents