string_repr()
Return the pretty-printed string representation of this value.
string_repr(123) //-> "123"
public fun string_repr<T>(value: T): String { __BUILT_IN_IMPLEMENTATION }