Skip to content

Commit

Permalink
Document Cool.substr-rw/&substr-rw
Browse files Browse the repository at this point in the history
Part of #2277 R#2277
  • Loading branch information
zoffixznet committed Sep 22, 2018
1 parent 27a6aca commit b4d05e9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion doc/Type/Cool.pod6
Expand Up @@ -1053,6 +1053,17 @@ Coerces the invocant (or in the sub form, the first argument) to
L<Str|/type/Str>, and calls L<Str.substr|/type/Str#routine_substr> with
the arguments.
=head2 routine substr-rw
Defined as:
multi method substr-rw(|) is rw
multi sub substr-rw(|) is rw
Coerces the invocant (or in the sub form, the first argument) to
L<Str|/type/Str>, and calls L<Str.substr-rw|/type/Str#routine_substr-rw> with
the arguments.
=head2 routine ords
Defined as:
Expand Down Expand Up @@ -1445,7 +1456,7 @@ the case it's being used as a C<sub>
TODO:
fmt, substr-rw, trans,
trans,
match, subst, sprintf, printf, samecase
=end comment
Expand Down

0 comments on commit b4d05e9

Please sign in to comment.