Return the array option type corresponding to the specified scalar type.
If there is an array type whose elements have the specified type then return that array type; otherwise return e_VOID. e_VOID == toArrayType(e_BOOL) because an array of boolean values is not allowed as a command-line-option type. Note that type == fromArrayType(TYPE) when TYPE != e_VOID is returned.
array option type for type, or e_VOID if none
| Name | Description |
|---|---|
| type | scalar option type enumerator |