Function stack after popping a value from stack x at index i in traversed elements: result
helper function for the pop_at_list function where result tracks traversed elements
Format:
stack after popping a value from stack x at index i in traversed elements: result
Input:
list x -
list i -
list result -
Output:
list - None
Properties that reference this function:
stack after popping a value from stack [ x, xs ] at index 0 in traversed elements: result = result of dumping xs to result (Pop At List End)
Comments
Please log in to add comments