fn popOrNull(self: *Self) ?T

Remove and return the last element from the slice, or return null if the slice is empty.

Parameters

self: *Self,