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 bff42f8 commit cdeb6dcCopy full SHA for cdeb6dc
doc/Type/Str.pod6
@@ -296,8 +296,9 @@ See also: L«:16<FF> syntax for number literals|/syntax/Number%20literals»
296
sub parse-names(Str:D $names --> Str:D)
297
method parse-names(Str:D $names: --> Str:D)
298
299
-B<DEPRECATED>. Renamed to L<uniparse>. Exists only in speculative 6.d language.
300
-In 6.d issues deprecation warnings and will be removed entirely in 6.e.
+B<DEPRECATED>. Existed only in pre-release proposal version of 6.d language and
+was eventually renamed to L<uniparse>. In Rakudo implementation,
301
+issues deprecation warnings in 6.d language and will be removed entirely in 6.e.
302
303
=head2 routine uniparse
304
0 commit comments