QueryProxy.opIndex

Returns a set containing all child elements of the nodes within this set, which match the given name.

struct QueryProxy
opIndex
(
string name
)

Parameters

name string

the name to filter on.

Return Value

a set of elements that passed the filter test

Meta