top of page

bits

def getBit(int n, int i)

def setBit(int n, int i)

def invert(int n)

def bitstring(int n) | def bitstring (int n, int bits)

​

bottom of page