Contents

String.LocalizationValue.Placeholder.int

The signed integer type, as used for replacement values with the localized string placeholder syntax.

Declaration

case int

Discussion

To insert a signed int into a placeholder, use the syntax \(placeholder: .int)

See Also

Placeholder types