Results for “Std.Heap.pop”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Heap.pop
&Std.Heap.Heap[T] -> Option[(T, Std.Heap.Heap[T])] where T: OrdThe smallest element and the heap without it, or
Nonewhen empty.
