AttributeProxy.opIndex

Returns the value of the attribute with the given name

struct AttributeProxy
T[]
opIndex
(
T[] name
)

Parameters

name T[]

the name of the attribute

Return Value

Type: T[]

the value of the attribute of null

Meta