Thomas
java.lang.String.format
NSString.create(format, args)
NSString
*arrayOf(…)
expect fun String.format(vararg args: Any?): String
NSString.create
svyatoslav.scherbina
How would you able to make an actual fun using NSString.create?
I guess I will need to avoid vararg for this, and use multiple functions for different type of arguments
A modern programming language that makes developers happier.