let
iter_vals t ~f =
Heap
.iter t.heap ~f:(
fun
(_k, v)
->
f v)