Consoles

kyo.consoles$.Consoles$
object Consoles

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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