TypeOf

dotty.tools.repl.TypeOf
See theTypeOf companion object
case class TypeOf(expr: String) extends Command

To find out the type of an expression you may simply do:

scala> :type (1 * 54).toString
String

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product