memql
memql is a built-in function in `C source code
'.
(memql ELT LIST)
Return non-nil if ELT is an element of LIST. Comparison done with `eql'.
The value is actually the tail of LIST whose car is ELT.
C source code
'.
(memql ELT LIST)
Return non-nil if ELT is an element of LIST. Comparison done with `eql'.
The value is actually the tail of LIST whose car is ELT.