Skip to main content

reactive_index

Function reactive_index 

Source
pub fn reactive_index<K, S, V>(
    initial: Vec<IndexRow<K, S, V>>,
    options: ReactiveIndexOptions,
) -> ReactiveIndex<K, S, V>
where K: Clone + Ord + Debug + 'static, S: Clone + Ord + 'static, V: Clone + 'static,
Expand description

Creates or computes reactive_index.