BitVecRemoveAll
BitVecRemoveAll Description Remove all occurrences of a specific bit value. Returns the number of bits that were removed.
Read MoreBitVecRemoveFirst
BitVecRemoveFirst Description Remove the first occurrence of a specific bit value. Returns true if a bit was found and removed, false otherwise.
Read MoreBitVecRemoveLast
BitVecRemoveLast Description Remove the last occurrence of a specific bit value. Returns true if a bit was found and removed, false otherwise.
Read More