infinite<T> constructor

const infinite<T>(
  1. T _value
)

Implementation

const infinite(this._value);