ValueType

sealed
trait ValueType[T]

ValueType represents the possible types of Value

Companion
object
class Object
trait Matchable
class Any
object Arr
object Bool
object Null
object Num
object NumDec
object NumInt
object Obj
object Str

Value members

Concrete methods

def is(`type`: ValueType[_]): Boolean