pub fn always<A>(values: Vec<A>) -> Always<A>
Expand description

Converts a Vec<A> into a SignalVec<Item = A>

This has no performance cost.