first
Filter
Get the first element of an array.
Parameters
None.
Category
Description
Returns the first element of an array.
You can also access first
via dot notation on the array (e.g.,
my_array.first
).