let<R> method

R let<R>(
  1. R op(
    1. T that
    )
)

Implementation

R let<R>(R Function(T that) op) => op(this);