pub fn atom<T: Clone>(t: T) -> impl Pattern<Value = T>
Repeats a given discrete value once per cycle.