forEachDouble

inline fun DoubleIterator.forEachDouble(action: (Double) -> Unit)
inline fun DoubleIterable.forEachDouble(action: (Double) -> Unit)