fn peekMin(self: *Self) ?T

Look at the smallest element in the dequeue. Returns null if empty.

Parameters

self: *Self,