Function: getArrayType()
getArrayType(
type):string
Defined in: src/utils/calldata/cairo.ts:158
Retrieves the array type from the given type string.
Works also for core::zeroable::NonZero type.
Parameters
type
string
The type string.
Returns
string
- The array type.