Skip to content

Commit 398b74e

Browse files
committed
Document Cool.trans
Part of #2277 D#2277
1 parent b4d05e9 commit 398b74e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/Type/Cool.pod6

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,14 @@ for @roots -> $r {
13331333
# OUTPUT:«1.04441561648202e-14␤»
13341334
=end code
13351335
1336+
=head2 method trans
1337+
1338+
Defined as:
1339+
1340+
method trans(|)
1341+
1342+
Coerces the invocant to L<Str> and calls L<Str.trans|/type/Str#method_trans>
1343+
13361344
=head2 method IO
13371345
13381346
Defined as:
@@ -1456,7 +1464,6 @@ the case it's being used as a C<sub>
14561464
14571465
14581466
TODO:
1459-
trans,
14601467
match, subst, sprintf, printf, samecase
14611468
14621469
=end comment

0 commit comments

Comments
 (0)