The type of the computed signal's value.
A function that computes the value of the signal. It typically depends on other signals.
Optionaloptions: SignalOptions<GValue>Optional configuration for the computed signal, including features such as equality checks or debugging options.
The created computed signal instance.
Represents a constructor interface for creating a computed signal. A computed signal is a value derived from other signals or data sources.