from_fn

Function from_fn 

pub fn from_fn<T, F>(length: usize, f: F) -> Signal<T>
where T: SignalType, F: Fn(usize) -> T,