hashbrown

SignalLike

A type that represents a signal or a value.

API

type SignalLike<T> = T |  Signal <T>;
SignalLike
@typeT