-
Notifications
You must be signed in to change notification settings - Fork 559
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
[EXPERIMENT] any()
and all()
list-processing operators
#22794
Comments
As per comments by @leonerd the deferred-expression form of "if the first significant thing after the operator is my or {, parse it as a block and throw errors if things don't make sense, otherwise parse as deferred block"
|
@wchristian - Reminder of the last time you pasted a big conversation chunk directly from an IRC log without first getting permission from those you quoted. Ironically also on a discussion about deferred-expression syntax. |
Noted. |
PPC0027 introduced
any()
andall()
as list-processing operators, inspired by the ones inList::Util
.This issue tracks its progress toward the end of its experimental phase.
The text was updated successfully, but these errors were encountered: