forEachFloat

inline fun FloatIterator.forEachFloat(action: (Float) -> Unit)
inline fun FloatIterable.forEachFloat(action: (Float) -> Unit)