selectors.where

Members

Functions

where
auto where(T list)

query the introspection result

where
auto where(T rootItem, U list)

query the introspection result

whereAnyProxy
auto whereAnyProxy(T list)

Structs

TestStructure
struct TestStructure

auto hasAttribute = items.where.any.attributes.name.equal!"test".exists;

Where
struct Where(T : U[], string path, RootType_, U)
WhereAny
struct WhereAny(T : U[], string path, U)
WhereAnyProxy
struct WhereAnyProxy(T : U[], U)

Meta