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
Right now, AFAIK, this works fine just for Quantity values.
Block values are also supported (supposedly) although I fail to spot any case where x = y and same? x y wouldn't be 100% equivalent.
x = y
same? x y
As a minimum, we should add support for Object values (and Dictionary values could follow).
Sure thing is right now it looks more like a draft than a real implementation.
The text was updated successfully, but these errors were encountered:
drkameleon
No branches or pull requests
Right now, AFAIK, this works fine just for Quantity values.
Block values are also supported (supposedly) although I fail to spot any case where
x = y
andsame? x y
wouldn't be 100% equivalent.As a minimum, we should add support for Object values (and Dictionary values could follow).
Sure thing is right now it looks more like a draft than a real implementation.
The text was updated successfully, but these errors were encountered: