fn removeOrNull(self: *Self) ?T
Pop the highest priority element from the queue. Returns null if empty.
null
self: *Self,