Enquire Now

Tags: destructuring

Destructuring allows you to bind a set of variables to a corresponding set of values anywhere that you can normally bind a value to a single variable (Common Lisp the Language).

0 Questions