LetFunction<T, U> typedef

LetFunction<T, U> = U Function(T it)

The let function block.

Implementation

typedef LetFunction<T, U> = U Function(T it);