pub fn memo<T, V, D>( data: D, build: impl FnOnce(&mut T) -> V + 'static, ) -> Memo<T, V, D>where V: View<T>, D: PartialEq,
Create a new Memo.
Memo