File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3695,12 +3695,13 @@ as a default because the more specific types listed above it didn't match.
3695
3695
Hash Hash hash mapping equivalent $_ eqv X
3696
3696
Associative Hash force hash comparison $_.Hash eqv X
3697
3697
Callable Hash hash vs predicate so $_(X)
3698
+ Positional Hash attempted any/all FAIL, point user to [].any and [].all for LHS
3698
3699
Pair Hash hash does mapping X{.key} ~~ .value
3699
3700
Any Hash hash contains object X{$_}:exists
3700
3701
3701
3702
Str Regex string pattern match .match(X)
3702
- Associative Regex hash key "boolean grep" .keys. any.match(X)
3703
- Positional Regex implied cat .Cat.match(X)
3703
+ Associative Regex attempted reverse dwim FAIL, point user to any/all vs keys/values/pairs
3704
+ Positional Regex attempted any/all/ cat FAIL, point user to any/all/cat/join for LHS
3704
3705
Any Regex pattern match .match(X)
3705
3706
3706
3707
Range Range subset range !$_ or .bounds.all ~~ X (mod ^'s)
You can’t perform that action at this time.
0 commit comments