implements

Undocumented in source.
  1. bool implements()
    template implements(alias T, alias Interface)
    static if(__traits(compiles, check()))
    bool
    implements
    ()
    if (
    isAggregateType!T &&
    isAbstractClass!Interface
    )
  2. bool implements()

Members

Functions

implements
bool implements()
Undocumented in source. Be warned that the author may not have intended to support it.
implements
bool implements()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta