pub fn remember<T>(init: impl FnOnce() -> T) -> Owned<T>where T: 'static,
Core runtime helpers commonly used by applications.