- dict-set!-accumulator dto dictprocedure
Returns a SRFI 158 accumulator procedure that, when invoked on a pair, adds the car and cdr of the pair as a key and value of dict as if by dict-set!, eventually returning the new value of dict. If invoked on an end-of-file object, no action is taken and dict is returned.