fn peek(self: *Self) ?T

Look at the highest priority element in the queue. Returns null if empty.

Parameters

self: *Self,