Tram<T>.call constructor

const Tram<T>.call(
  1. Tram<T> instruction()
)

Represents a recursive tail call.

Implementation

const factory Tram.call(Tram<T> Function() instruction) = _Instruction;