fill

fun <T : Any> HistogramBuilder<T, *>.fill(sequence: Iterable<Point<T>>)(source)


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

Pass a sequence builder into histogram