Consoles

object Consoles
class Object
trait Matchable
class Any

Value members

Concrete methods

def printErr(s: => String): Unit > Consoles | IOs
def println(s: => String): Unit > Consoles | IOs
def printlnErr(s: => String): Unit > Consoles | IOs
def readln: String > Consoles | IOs
def run[T, S](c: Console)(f: => T > S | Consoles): T > S
def run[T, S](f: => T > S | Consoles)(using c: Console): T > S