fn removeMaxOrNull(self: *Self) ?T
Pop the largest element from the dequeue. Returns null if empty.
null
self: *Self,