fn removeOrNull(self: *Self) ?T

Pop the highest priority element from the queue. Returns null if empty.

Parameters

self: *Self,