Array.getBooleanElement

Conveniently retrieves the boolean value of the element at the given position inside an array.

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

class Array
bool
getBooleanElement
(
uint index
)

Parameters

index uint

the index of the element to retrieve

Return Value

Type: bool

the boolean value