Garden 🌻

eprint()

Write a string to stderr. See also eprintln() and print().

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