Beispiel #1
0
 public NativeBinaryHeapDebugView(NativeBinaryHeap <T> heap)
 {
     this.heap = heap;
 }
Beispiel #2
0
 public Enumerator(ref NativeBinaryHeap <T> heap)
 {
     this.heap  = heap;
     this.index = -1;
 }