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
See Implementation
Returns the value of the @nth item in self.
If @nth is >= the size of @self, 0 is returned.