times
Executes action for each value from 0 until this Short value.
Infix operator extension on Short.
Parameters
action
the action to invoke with each index
Executes action for each value from 0 until this Int value.
Infix operator extension on Int.
Parameters
action
the action to invoke with each index
Executes action for each value from 0 until this Long value.
Infix operator extension on Long.
Parameters
action
the action to invoke with each index