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