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.
2 parents 1c7e923 + 8020e4d commit 3afe30aCopy full SHA for 3afe30a
WANTED
@@ -22,3 +22,4 @@ API docs:
22
23
Builtins:
24
* Str.substr-eq
25
+ * List.rotor
lib/Type/Match.pod
@@ -80,4 +80,8 @@ Returns the part of the original string following the match.
80
81
Sets the AST to C<$ast>, and returns it.
82
83
+This is just a little sugar for C<$/.made = $ast> which is a very common
84
+operation in actions. C<$ast> may be anything that makes sense for the
85
+use case. It's typically some tree node.
86
+
87
=end pod
0 commit comments