chickadee » data-structures » rassoc

(rassoc KEY LIST [TEST]) procedure

Similar to assoc, but compares KEY with the cdr of each pair in LIST using TEST as the comparison procedures (which defaults to eqv?.