fn popOrNull(self: *Self) ?T
Remove and return the last element from the list, or return null if list is empty. Invalidates pointers to fields of the removed element, if any.
null
self: *Self,