Lambda List
find-attribute (name attrs)
Arguments
- name -- a string/rod
- attrs -- a list of attributes
Return Value
an attribute, or nil
Details
Searches for an attribute by name.
Returns the first attribute in attrs with the specified name, or nil if no such attribute was found.