Gets the element type of an array. For example, given an array type T[], the resulting type is the element T.
T[]
T
Gets the element type of an array. For example, given an array type
T[], the resulting type is the elementT.