type
constructors
make0 |
Constructor with zero arguments |
---|---|
make1 |
Constructor with one argument |
make2 |
Constructor with two arguments |
make3 |
Constructor with three arguments |
make4 |
Constructor with four arguments |
make5 |
Constructor with five arguments |
fields
methods
equals |
Equality is based on id and arguments |
---|---|
hash |
Hash is based on id and arguments |
toStr |
Return debug string representation |
Slot Details
a
const Obj? a
Argument a
b
const Obj? b
Argument b
c
const Obj? c
Argument c
d
const Obj? d
Argument d
e
const Obj? e
Argument e
equals
hash
virtual override Int hash()
Hash is based on id and arguments
id
const Str id
Message identifier type
make0
new make0(Str id)
Constructor with zero arguments
make1
make2
make3
make4
make5
toStr
virtual override Str toStr()
Return debug string representation