let<U> method
Calls the specified function block with this value as its argument and returns its result.
Implementation
U let<U>(LetFunction<T, U> block) => block(this);
Calls the specified function block with this value as its argument and returns its result.
U let<U>(LetFunction<T, U> block) => block(this);