Function: COMMON-LISP:GETF

package type clhs github

Search the property list stored in PLACE for an indicator EQ to INDICATOR. If one is found, return the corresponding value, else return DEFAULT.

Lambda list

(sb-impl::place sb-impl::indicator &optional sb-impl::default)