FunctionValueMemo<T, A> typedef

FunctionValueMemo<T, A> = void Function(Memo<T, A> memo, A arg, T value, bool fromCache)

Implementation

typedef FunctionValueMemo<T, A> = void Function(
  Memo<T, A> memo,
  A arg,
  T value,
  bool fromCache,
);