isProperty

True if F is a property of any kind.

  1. eponymoustemplate isProperty(alias F)
    enum isProperty ()
  2. alias isProperty(alias A, string M) = isProperty!(getChild!(A, M))

Meta