core/container/priority_queue

container_priority_queue

Types

1

Constants

1

Procedures

17

fix

fix :: proc(pq: ^Q, i: int)Source

NOTE(bill): When an element at index 'i' has changed its value, this will fix the the heap ordering. This is using a basic "heapsort" with shift up and a shift down parts.

pop

pop :: proc(pq: ^Q, loc = #caller_location) -> (value: T)Source

Reference search

Find anything

Documentation preferences

Settings

System theme variants

Used only while Theme is set to System.