fn popOrNull(self: *Self) ?T

Remove and return the last element from the list, or return null if list is empty. Invalidates pointers to the removed element, if any.

Parameters

self: *Self,