pub fn steady<T: Clone>(t: T) -> impl Pattern<Value = T>
When queried, always returns a single event with a clone of the given value.