Next<T> constructor

const Next<T>(
  1. Formula<T> operand
)

Creates a Next formula.

Implementation

const Next(this.operand);