chickadee » srfi-178 » bitvector-field-flip!

bitvector-field-flip bvec start endprocedure
bitvector-field-flip! bvec start endprocedure

Returns bvec with the bits in the field flipped: that is, each value is replaced by the opposite value. There is no SRFI 151 equivalent.