Garden 🌻

string_repr

Return the pretty-printed string representation of this value.

string_repr(123) //-> "123"
Source Codepublic fun string_repr<T>(value: T): String {
  __BUILTIN_IMPLEMENTATION
}