pub fn always<A>(values: Vec<A>) -> Always<A>
Converts a Vec<A> into a SignalVec<Item = A>
Vec<A>
SignalVec<Item = A>
This has no performance cost.