Node.opIndex

Returns the first child element of the node, which matches the given name.

struct Node
opIndex
(
T[] name
)

Parameters

name T[]

the name of the element

Return Value

Type: Node

the child element or this

Meta