Loading...
 

- (vector operation)

- (vector operation)

Stack
Stack Position Description
Stack(In) Top any value x
Top 1 Vector
Stack(Out) Top Vector

Forms a new vector without the element x. The element is only removed once, regardless of the position x is in the original vector. Element x is only removed once, i.e. when it first appears in the vector. The vector remains unchanged if it does not contain x.

For a code example see Remove.