Returns the first position from the end inwards of entry in the deque a

- V

- a (Deque<(Of <(<'V>)>)>)
- A Deque, i.e. double ended queue.
- entry (V)
- The value to search for.

The first position from the end inwards of entry in the deque a, -1 if entry not in a.