Returns the element right before the given argument. If the argument is
not in the chain or the argument is the first member of the chain, this
method fails. If the argument occurs multiple times in the chain, the
element before the first appearance is returned. See also chain<-next, chain<-nth1, chain<-head
and chain<-tail.