Bin<T> constructor

Bin<T>(
  1. Extent<T> extent,
  2. List<T> samples
)

Implementation

Bin(this.extent, this.samples);