Astar.HeapMap
Summary↑
add(heapmap, pri, key, val) |
delete(heapmap, token, key) |
empty?(heapmap) |
get_by_key(heapmap, key) |
mapping(heapmap, key) |
new() |
pop(self) |
Types ↑
pri :: any
key :: any
val :: non_neg_integer
Functions
Specs:
Specs:
Specs:
- empty?(t) :: boolean
Specs:
Specs:
Specs:
- new :: t
Specs: