IntCoder<T> constructor

IntCoder<T>(
  1. ToElement<T, int> toElement
)

Implementation

IntCoder(this.toElement);