(∗2) Make a list of differences between vectorand basic_string. Which differences are important?
(∗2) The string facilities are not perfectly regular. For example, you can assign a charto a string, but you cannot initialize a stringwith a char. Make a list of such irregularities. Which could have been eliminated without complicating the use of strings? What other irregularities would this introduce?