fn peek(self: *Self) ?T
Look at the highest priority element in the queue. Returns null if empty.
null
self: *Self,