Synchronously emits each argument in order, then completes (Tier 2).
function of<T>(...values: T[]): ProducerStore<T>
values
T[]
ProducerStore<T>