Defi<T> constructor

Defi<T>(
  1. T m,
  2. Object f()
)

Implementation

Defi(this.m, this.f) {
  dft = f();
}