memo

fun <TResult> memo(getDeps: () -> List<Any?>, fn: (deps: List<Any?>) -> TResult, opts: MemoOptions<TResult>): () -> TResult

No-argument memoWithArg. Most table-core memoised computations have no runtime input and use this form.