baml.io.eprintln
Like `println` but writes to stderr.
Reference version
Signature
function baml.io.eprintln(s: string) -> null throws never
Like println but writes to stderr.
Panics
baml.panics.HostUnavailableif stderr cannot be written
Source:<builtin>/baml/ns_io/io.bamlbytes 1449–1524