isIndexable

True if the type of M in A is indexable.

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

Meta