DQueryElement.isField

Returns true if the element refers to a field.

struct DQueryElement(QueryType, string Name, alias Overload = null)
alias isField = Alias!(
is(typeof(GetMember!(QueryType, Name))) &&
)

Meta