pub fn create_rc_signal<T>(value: T) -> RcSignal<T>
Expand description

Create a new RcSignal with the specified initial value.

For more details, check the documentation for RcSignal.