Fills the array with incremental values. Values that overflow the primitive range are automatically wrapped.
int32 Iota( Int32Iterator first, Int32Iterator last, int32 value )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Int32Iterator> | first | An iterator at the start of the range |
| <Int32Iterator> | last | An iterator at the end of the range |
| int32 | value | The initial value. The range will be filled with positive increments-by-1 of this value. |
None published. Please look for an example in the Simdify Scripting Language code base.