fn popOrNull(self: *Self) ?T
Remove and return the last element from the list. If the list is empty, returns null. Invalidates pointers to last element.
null
self: *Self,