- table-min table thunkprocedure
Return two values the minimal key and associated value in table. If the table is empty thunk is invoked instead.
((FIXME: will be in constant time with little change to the source, at the moment O(log n).))
Return two values the minimal key and associated value in table. If the table is empty thunk is invoked instead.
((FIXME: will be in constant time with little change to the source, at the moment O(log n).))