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