forEachShort

inline fun ShortIterator.forEachShort(action: (Short) -> Unit)
inline fun ShortIterable.forEachShort(action: (Short) -> Unit)