pub fn reactive_log<T: Clone + 'static>(
initial: Vec<T>,
options: ReactiveLogOptions,
) -> ReactiveLog<T>Expand description
Creates or computes reactive_log.
pub fn reactive_log<T: Clone + 'static>(
initial: Vec<T>,
options: ReactiveLogOptions,
) -> ReactiveLog<T>Creates or computes reactive_log.