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
! meta operator not documented #1227
Comments
|
It is the
(I personally think that |
|
We could allow any search for !foo (perhaps only under Infix/Postfix, etc.) to return foo as a hit. |
|
@b2gills I agree with deprecating Since On another point we have a [https://docs.perl6.org/language/operators#Meta_Operators](meta operators) section, but there is nothing listed underneath and it doesn't explain the concept at all. |
|
Woah, woah… deprecating That said, now that we have |
|
It's not that ! metaop is not searchable, it seems we have no documentation for it at all. |
|
Actually, it is documented in https://docs.perl6.org/language/operators#Negated_Relational_Operators. |
I just go burnt because I thought
!==was the shorthand for negated===like!=is the shorthand for==. Turns out!==is actually the same as!=and the right answer is!===. I went to the docs and noticed:!==is not searchable (!=is)!===isn't mentioned anywhere /operatorsThe text was updated successfully, but these errors were encountered: