You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.
Currently, variable use in String interpolation is a big hack that encodes the Variable's Attachmentvalue as JSON and is pulled apart into a Dictionary of string and attachmentsByRange by the withInterpolatedText(_:) function.
With SE-0228 in Swift 5, we can have custom types that conform to ExpressibleByStringInterpolation.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, variable use in
String
interpolation is a big hack that encodes theVariable
'sAttachment
value as JSON and is pulled apart into aDictionary
ofstring
andattachmentsByRange
by thewithInterpolatedText(_:)
function.With SE-0228 in Swift 5, we can have custom types that conform to
ExpressibleByStringInterpolation
.The text was updated successfully, but these errors were encountered: