isIndexable

True if T is able to be indexed.

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

Meta