Array.dupElement

Retrieves a copy of the element at the given position in the array.

class Array
dupElement
(
uint index
)

Parameters

index uint

the index of the element to retrieve

Return Value

Type: json.node.Node

a copy of the element at the given position