Adds all values from values with unit weight.
values
void addAll(Iterable<double> values) { for (final v in values) { add(v); } }