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