Rightpoint / BonMot

Beautiful, easy attributed strings in Swift
MIT License
3.54k stars 197 forks source link

Join array of attributed strings with a Composable #328

Closed ZevEisenberg closed 6 years ago

ZevEisenberg commented 6 years ago

It would be nice to have this:

public extension Sequence where Element: Composable {

    public func joined(separator: Composable) {
        ...
    }

}