Legato.Lang.ArrayUtils

Summary
Legato.Lang.ArrayUtils
Functions
getReturns the element of an array with a given index.

Functions

get

get : function(array,
index)

Returns the element of an array with a given index.

Returns

The element with the given index, if it exists.  Otherwise, it returns something undefined.

get : function(array,
index)
Returns the element of an array with a given index.