extension Let on T { R let(R Function(T) transform) => transform(this); }