Master index | Index for TNNT_1_07/Stack |
pop | POP removes values from the head of the stack and returns both |
pop_push | POP_PUSH pops a value off the stack head and pushes it back onto the tail. |
push | PUSH adds values to the tail of the stack |
push_unique | PUSH_UNIQUE adds values to the stack tail for values not already present |