isArray

True if the type of M in A is an array.

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

Meta