We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Partially applies a function to the given arguments.
(let (x (papply list 'partially 'applied 'list)) (x 1 2 3)) -> (partially applied list 1 2 3)