id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1821,"pdd28 mentions String.reverse, but it's not implemented",moritz,dukeleto,"pdd28 says

{{{
=item reverse

Reverse a string, one grapheme at a time. {{ NOTE: Currently only works for
ASCII strings, because it reverses one C<char> at a time. }}
}}}

but neither t/pmc/string.t nor src/pmc/string.pmc mention such a method.

Having it implemented (and preferably with proper Unicode support) would help Rakudo to get a more efficient Str.flip implementation ",todo,closed,blocker,,core,2.8.0,medium,fixed,,,,new,all
