fn pop(list: *Self) ?*Node
Remove and return the last node in the list.
Returns: A pointer to the last node in the list.
list: *Self,