ConstantImpl<T> constructor

const ConstantImpl<T>(
  1. T value
)

Implementation

const ConstantImpl(T value) : _value = value;