The current value of the signal.
When this is read inside a computation function or an effect function, this signal is automatically added to the effect or computed signal as a dependency.
Get the current value of the signal.
When this is called inside a computation function or an effect function, this signal is automatically added to the effect or computed signal as a dependency.
Construct a Signal.Computed signal using a mapping function over the current value of this signal.
Subscribe to changes to the value of this signal.
StaticisTest whether a value is a Signal.Computed signal.
A signal which contains a reactive computation.