fn removeMinOrNull(self: *Self) ?T

Pop the smallest element from the dequeue. Returns null if empty.

Parameters

self: *Self,