This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Swift 5 added some nice improvements to string interpolation that many people may not be aware of. The first is the ability to control interpolation into a custom type that adopts ExpressibleByStringInterpolation . This allows you to create types like HTML and drives the new OSLog string formatting (eg log.debug("value \(x, privacy: .public)") . Becca Royal-Gordon provided some nice examples of…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.