Could / should these types be ExpressibleByStringLiteral? Nevin
On Mon, Jul 17, 2017 at 12:47 PM, Manfred Schubert via swift-users < [email protected]> wrote: > > > Am 17.07.2017 um 18:08 schrieb Jon Shier <[email protected]>: > > > > Making them an extension on String makes them visible everywhere String > is used, unless you limit the visibility in some way, which impacts the > performance of autocomplete and fills it with random constants. > > I see. Thanks for clarifying. > > > Manfred > _______________________________________________ > swift-users mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-users >
_______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
