hasConstructor

True if the type of M in A has a constructor.

  1. eponymoustemplate hasConstructor(alias A)
  2. alias hasConstructor(alias A, string M) = hasChildren!(typeof(getChild!(A, M)))
    alias hasConstructor(alias A, string M) = hasChildren!(typeof(getChild!(A, M)))

Meta