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 fields of the removed element.

Parameters

self: *Self,