What is the type of value1 in this code?
let value1 = "\("test".count)"
test.count Reference: The Swift Programming Language: Language Guide: Strings and Characters: String Interpolation
test.count
null
Int
String