chickadee » llrb-tree » table-update!

table-update! table key update #!rest defaultprocedure

Note: procedures update and default should have no side effects. They may be called multiple times. (This can happen if those procedures allow other continuations/threads to update the table before they return. As a consequence those procedures must especially not update the table, since this will result in an endless loop.)