BoundedSeries<E extends Bounded>.view constructor
Create an BoundedSeries instance backed by source
.
An optional bounds
can be provided or it's lazy calculated if null.
Implementation
factory BoundedSeries.view(Iterable<E> source, {Bounds? bounds}) =
_BoundedSeriesView<E>;