Astar.HeapMap
Summary
| add(heap_map, pri, key, val) | |
| delete(heap_map, token, key) | |
| empty?(heap_map) | |
| get_by_key(heap_map, key) | |
| mapping(heap_map, 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: