TypeOf

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
Companion:
object
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product