onEach
@ExperimentalUnsignedTypes inline fun ULongArray.onEach(
action: (ULong) -> Unit
): ULongArray
(source)
@ExperimentalUnsignedTypes inline fun UByteArray.onEach(
action: (UByte) -> Unit
): UByteArray
(source)
@ExperimentalUnsignedTypes inline fun UShortArray.onEach(
action: (UShort) -> Unit
): UShortArray
(source)
Performs the given action on each element and returns the array itself afterwards.
Performs the given action on each element and returns the collection itself afterwards.