Could they've done it this way and have the same interpolations available in both String
and LocalizedStringKey
?
Update: No I think because the LocalizedStringKey
version needs to work out the localizable key and is probably go through the localization machinery to do its formatting...where as the String version needs only produce the String result, this can probably use String.init(format:...)