AttributeProxy.opCall

Finds the attribute with the given name in the element of which this attribute proxy was returned.

struct AttributeProxy
opCall
(
T[] name
)

Parameters

name T[]

the name of the attribute

Return Value

an attribute proxy

Meta