pub fn remember<T: 'static>(init: impl FnOnce() -> T) -> Rc<T>
Slot-based remember (sequential composition only)