let<S> method

S let<S>(
  1. Unary<S, T> function
)

Implementation

S let<S>(Unary<S, T> function) => function(this);