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
nth | index of the item to get |
Returns
the value of the nth item in self
uint getNth(uint nth)Returns the value of the nth item in self.
If nth is >= the size of self, 0 is returned.
nth | index of the item to get |