Combine Expr::Wildcard
and Expr::QualifiedWildcard
, add wildcard()
expr fn
#8104
Labels
enhancement
New feature or request
Is your feature request related to a problem or challenge?
As @waynexia points out on #8008 (comment), having
Expr::Wildcard
andExpr::QualifiedWildcard
is confusing as they are both representing the same basic pattern,*
Specifically, I think it could make subtle bugs more likely (e.g. using
Expr::Wildcard
instead of usingExpr::QualifiedWildcard
)Describe the solution you'd like
Combine
Expr::Wildcard
andExpr::QualifiedWildcard
, so they can't be misused, and addwildcard()
expr fn topDescribe alternatives you've considered
Do nothing
Additional context
No response
The text was updated successfully, but these errors were encountered: