assoc

assoc is a built-in function in `C source code'.

(assoc KEY LIST)

Return non-nil if KEY is `equal' to the car of an element of LIST.
The value is actually the first element of LIST whose car equals KEY.