[][src]Function langis::gen

pub fn gen<F, T>(gen: F) -> Gen<F> where
    F: FnMut() -> T, 

Creates a signal that yields the return values of a given function.