Function atom

Source
pub fn atom<T: Clone>(t: T) -> impl Pattern<Value = T>
Expand description

Repeats a given discrete value once per cycle.