struct

Tea::Value(T)

Inherits Tea::Msg < Struct < Value < Object

Value wraps any value to make it act as a Msg. This allows primitive types like String, Int32 to be used as messages.

Constructors

new(value : T)
Source

Instance methods

==(other : self)
Source
to_s(io)
Source
value
Source