Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Adding missing string interpolation handling for AnyCodable#73

Merged
minacle merged 1 commit into
Flight-School:masterfrom
drekka:develop/dc-missing-string-interpolation
Oct 22, 2022
Merged

Adding missing string interpolation handling for AnyCodable#73
minacle merged 1 commit into
Flight-School:masterfrom
drekka:develop/dc-missing-string-interpolation

Conversation

@drekka
Copy link
Copy Markdown
Contributor

@drekka drekka commented Oct 18, 2022

This adds ExpressibleByStringInterpolation to AnyCodable so that this will work:

let value = 1234
let result: AnyCodable = "abcd \(value)"

Without it the second line will not compile.

@minacle minacle merged commit 193dbdc into Flight-School:master Oct 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants