We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
variable-not-in
(variable-not-in 'S3 'S3)
Gives back S1, rather than S31.
S1
S31
While this still does give back unique identifiers it can make the output harder to read in some cases.
The text was updated successfully, but these errors were encountered:
An interesting corner case here:
> (variable-not-in '|1| '|1|) '|12|
Which is the behavior I would expect (if a tad of a silly example).
Sorry, something went wrong.
No branches or pull requests
(variable-not-in 'S3 'S3)
Gives back
S1
, rather thanS31
.While this still does give back unique identifiers it can make the output harder to read in some cases.
The text was updated successfully, but these errors were encountered: