You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maxkfranz edited this page May 1, 2012
·
1 revision
eles.toArray()
Put the elements of the collection in an array.
eles.toArray()
Get an array containing the elements in the collection in the same order as in the collection
Details
This function puts each element in the collection into an array and returns that array to you. You shouldn't normally need to use this function, as collections have most of the useful array functions.