Commits

Dave Abrahams committed 57367877c47
[stdlib] Make 'Character' a struct It used to be a public enum, which unnecessarily exposed structure that was intended to be private implementation detail. This change also has the benefit that converting a String to a Character will avoid allocating memory in many more cases. Swift SVN r22629