treturn<T> function

Trampoline<T> treturn<T>(
  1. T t
)

Implementation

Trampoline<T> treturn<T>(T t) => new _TPure(t);