You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
introduce index_type and element_type for arrays and vectors
This commit introduces convenience methods for retrieving the type of the
elements and of the indices for array and vector types. This avoids using a
global, architecture-dependent function to generate the index type.
0 commit comments