Changes

Jump to navigation Jump to search
1,022 bytes added ,  20:58, 4 March 2017
no edit summary
Line 7: Line 7:     
Explode each element into a sequence from StartIndex (default 0), incrementing by By (default 1). This is repeated until RecurseTillLevel (default 0) of the last leaf of the multidimensional array.
 
Explode each element into a sequence from StartIndex (default 0), incrementing by By (default 1). This is repeated until RecurseTillLevel (default 0) of the last leaf of the multidimensional array.
 +
 +
1..10.explode()
 +
 +
{| class="wikitable"|-
 +
| 0
 +
|-
 +
| 0 || 1
 +
|-
 +
| 0 || 1 || 2
 +
|-
 +
| 0 || 1 || 2 || 3
 +
|-
 +
| 0 || 1 || 2 || 3 || 4
 +
|-
 +
| 0 || 1 || 2 || 3 || 4 || 5
 +
|-
 +
| 0 || 1 || 2 || 3 || 4 || 5 || 6
 +
|-
 +
| 0 || 1 || 2 || 3 || 4 || 5 || 6 || 7
 +
|-
 +
| 0 || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8
 +
|-
 +
| 0 || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9
 +
|}
 +
 +
MAGICSQUARE(3).explode(1,1,1)
 +
 +
{| class="wikitable"|-
 +
|
 +
{| class="wikitable"|-
 +
| 1
 +
|-
 +
| 2
 +
|}
 +
||
 +
{| class="wikitable"|-
 +
| 1
 +
|-
 +
| 2
 +
|-
 +
| 3
 +
|-
 +
| 4
 +
|-
 +
| 5
 +
|-
 +
| 6
 +
|-
 +
| 7
 +
|}
 +
||
 +
{| class="wikitable"|-
 +
| 1
 +
|-
 +
| 2
 +
|-
 +
| 3
 +
|-
 +
| 4
 +
|-
 +
| 5
 +
|-
 +
| 6
 +
|}
 +
 +
|-
 +
|
 +
{| class="wikitable"|-
 +
| 1
 +
|-
 +
| 2
 +
|-
 +
| 3
 +
|-
 +
| 4
 +
|-
 +
| 5
 +
|-
 +
| 6
 +
|-
 +
| 7
 +
|-
 +
| 8
 +
|-
 +
| 9
 +
|}
 +
||
 +
{| class="wikitable"|-
 +
| 1
 +
|-
 +
| 2
 +
|-
 +
| 3
 +
|-
 +
| 4
 +
|-
 +
| 5
 +
|}
 +
||
 +
{| class="wikitable"|-
 +
| 1
 +
|}
 +
 +
|-
 +
|
 +
{| class="wikitable"|-
 +
| 1
 +
|-
 +
| 2
 +
|-
 +
| 3
 +
|-
 +
| 4
 +
|}
 +
||
 +
{| class="wikitable"|-
 +
| 1
 +
|-
 +
| 2
 +
|-
 +
| 3
 +
|}
 +
||
 +
{| class="wikitable"|-
 +
| 1
 +
|-
 +
| 2
 +
|-
 +
| 3
 +
|-
 +
| 4
 +
|-
 +
| 5
 +
|-
 +
| 6
 +
|-
 +
| 7
 +
|-
 +
| 8
 +
|}
 +
 +
|}
2,824

edits

Navigation menu