implements.implements

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool implements()
  2. bool implements()
    template implements(alias T, alias Interface)
    static if(!(__traits(compiles, check())))
    bool
    implements
    ()
    if (
    isAggregateType!T &&
    isAbstractClass!Interface
    )

Meta