nil<T> function

EvalFnNil<T> nil<T>()

Implementation

EvalFnNil<T> nil<T>() {
  return () => null;
}