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 Serializable
trait Product
trait Equals
trait Command
trait ParseResult
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product