Enhanced C#
Language of your choice: library documentation
Loyc.Collections.Heap Member List

This is the complete list of members for Loyc.Collections.Heap, including all inherited members.

AsMaxHeap< T >(this IList< T > list, IComparer< T > compare=null, bool heapify=false)Loyc.Collections.Heapinlinestatic
AsMinHeap< T >(this IList< T > list, IComparer< T > compare=null, bool heapify=false)Loyc.Collections.Heapinlinestatic
ToMaxHeap< T >(this IList< T > list, IComparer< T > compare=null, bool heapify=true)Loyc.Collections.Heapinlinestatic
ToMinHeap< T >(this IList< T > list, IComparer< T > compare=null, bool heapify=true)Loyc.Collections.Heapinlinestatic