Has.opDispatch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opDispatch [@property getter]
  2. bool opDispatch [@property setter]
    struct Has(E, bool byRef)
    @property
    bool
    opDispatch
    (
    string name
    )
    (
    bool value
    )
    if (
    byRef &&
    __traits(hasMember, E, name)
    )

Meta