Module reverse

Source

Structs§

ReverseFunc

Functions§

reverse
Reverses the order of the characters in the string reverse('abcde') = 'edcba'. The implementation uses UTF-8 code points as characters