Array.getElement

Retrieves the element at the given position in the array.

class Array
getElement
(
uint index
)

Parameters

index uint

the index of the element to retrieve

Return Value

Type: json.node.Node

the element at the given position