fn pop(self: *Self) T
Remove and return the last element from the list. Asserts the list has at least one item. Invalidates pointers to last element.
self: *Self,