attributeParametersFor.element_type

Undocumented in source.
  1. alias element_type = E
  2. alias element_type = E
    template attributeParametersFor(T)
    static if(!(is(T == HVector!(E, N), E, size_t N)))
    static if(is(T == Matrix!(E, N, M), E, size_t N, size_t M))
    alias element_type = E
  3. alias element_type = T

Meta