hasElaborateMove

True if the type of M in A has an elaborate move.

  1. eponymoustemplate hasElaborateMove(T)
  2. alias hasElaborateMove(alias A, string M) = hasElaborateMove!(typeof(getChild!(A, M)))
    alias hasElaborateMove(alias A, string M) = hasElaborateMove!(typeof(getChild!(A, M)))

Meta