I do not know the answer, and may not be a solution for you, but here is what I do:
typealias String ASCIIString It turned out that I unnecessarily used an abstract type before, so from here on I use and alias the concrete ASCIIString type in my program. On Sunday, September 27, 2015 at 9:40:31 AM UTC+2, Daniel Carrera wrote: > > Why are we changing from String to AbstractString? Obviously, the former > is easier to type. Even if there are some changes to the guts of the string > implementation, I would have thought that you could just keep the shorter > name "String". > > Cheers, > Daniel. >
