Next: Lists, Previous: Goops, Up: API Reference [Contents][Index]
Grip procedures to process optional and keyword arguments. The module is loaded by entering the following:
(use-modules (grip optargs))
strip-keyword-args
split-keyword-args
Returns two values:
a list containing the keyword arguments listed in keywords;
a list containing all other arguments.
Returns a list.
Remove the keyword arguments listed in keywords from args (internally, it calls split-keyword-args and returns the second received values).