writeLine

public func writeLine[W](mutating W, String) -> Result[(), IoError] where W: Writable, W: not Copyable

Writes s followed by a single \n. Does not append \r on any platform — Kestrel writes Unix line endings everywhere by default.

Defined in lang/std/io/write.ks