prev property

Stack<T>? prev
getter/setter pair

The previous node in the stack.

Implementation

Stack<T>? prev;