Done<A> constructor

Done<A>(
  1. A res
)

Implementation

Done(this.res);