JanetDocsPlaygroundI'm feeling luckyGitHub sign in

buffer/bit-toggle



    cfunction
    src/core/buffer.c on line 392, column 1

    (buffer/bit-toggle buffer index)

    Toggles the bit at the given bit index in buffer. Returns the 
    buffer.


1 exampleSign in to add an example
Loading...
(buffer/bit-toggle @"dude" 3) # => @"lude"

(buffer/bit-toggle @"hahaha" 3) # => @"`ahaha"
jgartePlayground