Returns the value of the nth item in self.
If nth is >= the size of self, 0 is returned.
index of the item to get
the value of the nth item in self
Returns the value of the nth item in self.
If nth is >= the size of self, 0 is returned.