We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c422506 commit 816ab24Copy full SHA for 816ab24
docs/src/pattern-matching.md
@@ -37,7 +37,7 @@ julia> @capture(ex, struct T_ fields__ end)
37
true
38
39
julia> T, fields
40
-(:Foo, [:(x::Int), :y])
+(:Foo, Any[:(x::Int), :y])
41
```
42
43
Symbols like `T_` underscore are treated as catchalls which match any
0 commit comments