pure<B> method

Trampoline<B> pure<B>(
  1. B b
)

Implementation

Trampoline<B> pure<B>(B b) => new _TPure(b);