The stdlib_string_type currently only implements the bare minimum functionality. To start extending the functionality the functions to_lower, to_upper, to_title and reverse implemented in stdlib_ascii should be implemented for stdlib_string_type as well.
The
stdlib_string_typecurrently only implements the bare minimum functionality. To start extending the functionality the functionsto_lower,to_upper,to_titleandreverseimplemented instdlib_asciishould be implemented forstdlib_string_typeas well.