let<T2> method

T2 let<T2>(
  1. T2 block(
    1. T it
    )
)

Implementation

T2 let<T2>(T2 Function(T it) block) => block(this);