Garden 🌻

eprintln()

Write a string to stderr, with a newline appended. See also eprint() and println().

Example
eprintln("hello world in stderr")
Source Code
public fun eprintln(_: String): Unit {
  __BUILT_IN_IMPLEMENTATION
}