fn() clearBit
Set the bit with the given index to 0.

Defined in <seqan/misc/bit_twiddling.h>
Signature void clearBit(word, index);

Parameters

word The machine word to set the bit of (IntegerConcept).
index The index of the bit to set to 0 (IntegerConcept).

Data Races

If not stated otherwise, concurrent invocation is not guaranteed to be thread-safe.