Histogram constructor

Histogram(
  1. Reservoir _reservoir
)

Creates a new Histogram with the given _reservoir.

Implementation

Histogram(this._reservoir);