isArray

Returns true iff the given type is a dynamic or static array (false for associative * arrays and non-arrays).

bool
isArray
(
const(TypeInfo) type
)

Meta