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