DataType.isArray

struct DataType
@property
bool
isArray
()

Return Value

Type: bool

true if it's an array. Strings are arrays too (char[])

Meta