@rimbu/commonOptLazyOn this pagetype OptLazy<T>A potentially lazy value of type T.Definitionexport declare type OptLazy<T> = T | (() => T);