Bitset.getNth

uint getNth(uint nth)

Returns the value of the nth item in self.

If nth is >= the size of self, 0 is returned.

Parameters

nthindex of the item to get

Returns

the value of the nth item in self