cfunction
src/core/buffer.c on line 551 , column 1
(buffer/bit-set buffer index )
Sets the bit at the given bit-index. Returns the buffer.
(buffer/bit-set @"hahaha" 3 ) # => @"hahaha"
(buffer/bit-set @"what" 3 ) # => @"\x7Fhat"