Pushes a new value to a private property of the current process.
mp
pushnew-to-process-private-property indicator value &key test => result
indicator⇩ |
A Lisp object. |
value⇩ |
A Lisp object. |
test⇩ |
A function designator for a function of two arguments. |
result |
A list. |
The function pushnew-to-process-private-property
pushes value to the value of the private property associated with indicator for the current process. It uses the function test to compare existing private property values with value and does not push if one matches, in the same way as cl:pushnew.
It behaves just like pushnew-to-process-property.
process-private-property
pushnew-to-process-property
remove-process-private-property
get-process-private-property
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51