Is there anyway to simulate the [NSString stringWithFormat:@"%p", myVar], from Objective-C, in the new Swift language?

For example:

let str = "A String"
println(" str value \(str) has address: ?")

15 Answers
15

Leave a Reply

Your email address will not be published. Required fields are marked *