Open
Description
#310 added the reverse
function to the stdlib_ascii
module. Since the behavior of this function does not depend on the character set, the stdlib_string
module would be a better home for it.
On the other hand the overloaded functions to_lower
, to_upper
, and to_title
for the string_type
(currently in stdlib_string_type
) do implement behavior depending on the character set, and should be placed in stdlib_ascii
.
cc @awvwgk