#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
#310 added the
reversefunction to thestdlib_asciimodule. Since the behavior of this function does not depend on the character set, thestdlib_stringmodule would be a better home for it.On the other hand the overloaded functions
to_lower,to_upper, andto_titlefor thestring_type(currently instdlib_string_type) do implement behavior depending on the character set, and should be placed instdlib_ascii.cc @awvwgk