Calculate<I, O> constructor

const Calculate<I, O>(
  1. SemanticAction<O> calculate
)

Implementation

const Calculate(this.calculate);