Skip to content

Commit

Permalink
Document Cool.uniparse
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Mar 9, 2023
1 parent e3ec1ef commit 71391b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/Type/Cool.rakudoc
Expand Up @@ -1450,6 +1450,16 @@ had been coerced to is negative.
say (-4/3).UInt.^name; # OUTPUT: «Failure␤»
say "foo".UInt.^name; # OUTPUT: «Failure␤»

=head2 method uniparse

method uniparse(Cool:D: --> Str:D)

Available as of the 2021.04 release of the Rakudo compiler.

Coerces the invocant to a C<Str> and then calls the
L<uniparse|/type/Str#routine_uniparse> on that. This mostly only
makes sense for C<Match> objects.

=head2 method Order

method Order(Cool:D: --> Order:D)
Expand Down

0 comments on commit 71391b1

Please sign in to comment.