Bitset.getNth

Returns the value of the @nth item in self.

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

class Bitset
uint
getNth
(
uint nth
)

Parameters

nth uint

index of the item to get

Return Value

Type: uint

the value of the @nth item in @self

Meta