Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve comment for make-keyword-arguments #7

Closed
robert-strandh opened this issue Sep 17, 2022 · 0 comments
Closed

Improve comment for make-keyword-arguments #7

robert-strandh opened this issue Sep 17, 2022 · 0 comments
Assignees

Comments

@robert-strandh
Copy link

I would add two things to the comment associated with make-keyword-arguments.

The first thing is that the list returned is initially (:key1 nil :key2 nil ...) so that the
first value of each list appears only after the first call to the destructive function.

The second thing is that, when a list of values is exhausted, then subsequent
calls to the destructive function will insert NIL, as opposed to (say) signaling
some error.

@scymtym scymtym self-assigned this Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants