JSUnaryOp

object JSUnaryOp
Companion
class
class Object
trait Matchable
class Any

Type members

Types

type Code = Int

Codes are raw Ints to be able to write switch matches on them.

Codes are raw Ints to be able to write switch matches on them.

Value members

Concrete methods

Concrete fields

final val !: 4
final val +: 1
final val -: 2
final val typeof: 5
final val ~: 3