Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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