fill

fun <T : Any> HistogramBuilder<T, *>.fill(sequence: Iterable<Point<T>>)
fun Histogram1DBuilder<Double, *>.fill(items: Iterable<Double>)
fun Histogram1DBuilder<Double, *>.fill(array: DoubleArray)
fun <T : Any> Histogram1DBuilder<T, *>.fill(buffer: Buffer<T>)


fun <T : Any> HistogramBuilder<T, *>.fill(block: suspend SequenceScope<Point<T>>.() -> Unit)

Pass a sequence builder into histogram