Garden 🌻

string_repr()

Return the pretty-printed string representation of this value.

Example
string_repr(123) //-> "123"
Source Code
public fun string_repr<T>(value: T): String {
  __BUILT_IN_IMPLEMENTATION
}