let<R> method
R
let<R>(
- R op(
- T that
let call inspired by Kotlin
Implementation
R let<R>(R Function(T that) op) => op(this);
let call inspired by Kotlin
R let<R>(R Function(T that) op) => op(this);