forEach

inline fun <E> Point<E>.forEach(block: (value: E) -> Unit)(source)
inline fun <E> Vector<E>.forEach(block: (value: E) -> Unit)(source)