Difference between revisions of "Remove - Array"
Jump to navigation
Jump to search
Removes elements but does not change the length of array.
imported>Qazaaq (added category) |
imported>Scrivener07 (Removes elements but does not change the length of array.) |
||
Line 30: | Line 30: | ||
; In this case, [1, 2, 3, 4, 5] would become [1, 4, 5] | ; In this case, [1, 2, 3, 4, 5] would become [1, 4, 5] | ||
</source> | </source> | ||
== Notes == | |||
* This function does not reduce '''the length'' of the array. | |||
== See Also == | == See Also == |