-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
!.[true]
errors rather than broadcasting !
#20039
Labels
broadcast
Applying a function over a collection
Comments
Sacha0
added
bug
Indicates an unexpected problem or unintended behavior
broadcast
Applying a function over a collection
labels
Jan 14, 2017
Should be julia> .!
ERROR: syntax: invalid operator ".!" |
I've seen |
If I recall correctly, unary dot operators are not yet implemented. ( |
|
Closed by #20249 (with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior:
broadcast(!, [true])
. Ref. #20037 (comment). Best!The text was updated successfully, but these errors were encountered: