Signal<T> typedef

Signal<T> = Rx<T>

type alias

Implementation

typedef Signal<T> = Rx<T>;