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
my &add = * + *; my &add_two = &add.assuming(2, *);
According to the documentation, WhateverCode supports this method. Using a Block works as expected.
WhateverCode
Block
The text was updated successfully, but these errors were encountered:
Move .assuming from Block to Code
6e8dc6f
So it's available in WhateverCodes Fixes R#1735 #1735
Spec WhateverCode.assuming
9136369
Covers R#1735: rakudo/rakudo#1735 Rakudo fix: rakudo/rakudo@6e8dc6f132
5bfe416
Thank you for the report. This is fixed in post-release branch that'll be merged when 2018.04 release comes out (in 1-2 weeks)
Sorry, something went wrong.
Raku/doc@e0e9b14
zoffixznet
No branches or pull requests
According to the documentation,
WhateverCodesupports this method. Using aBlockworks as expected.The text was updated successfully, but these errors were encountered: