Implements

Gets an AliasSeq with all types implemented by M in A.

  1. template Implements(T)
  2. alias Implements(alias A, string M) = Implements!(getChild!(A, M))
    alias Implements(alias A, string M) = Implements!(getChild!(A, M))

Meta