Array.getArrayElement

Conveniently retrieves the array at the given position inside an array.

See also: json.array.Array.getElement, json.node.Node.getArray

class Array
getArrayElement
(
uint index
)

Parameters

index uint

the index of the element to retrieve

Return Value

Type: json.array.Array

the array