malcommac / SwiftRichString

👩‍🎨 Elegant Attributed String composition in Swift sauce
MIT License
3.1k stars 211 forks source link

shorthand += operator #117

Open chepiok opened 4 years ago

chepiok commented 4 years ago

implement shorthand += operator for AttributedString type even if a = a + b works, it' clearly more readable and efficient to have a+= b