fn() isBitSet
Returns whether the bit with the given index is set to 1.

Defined in <seqan/misc/misc_bit_twiddling.h>
Signature bool isBitSet(word, index);

Parameters

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

Return Values

bool Whether the bit with the given index is set in word.