fn() setBit
Set the bit with the given index to 1.

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

Parameters

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

Data Races

Thread safety unknown!