Function: ArrayType()
ArrayType<
ValueType,ValueBitSize>(type:IType<ValueType,ValueBitSize>):IType<ValueType[],null>
Defined in: types/Array.ts:4
Type Parameters
| Type Parameter |
|---|
ValueType |
ValueBitSize extends null | number |
Parameters
| Parameter | Type |
|---|---|
type | IType<ValueType, ValueBitSize> |
Returns
IType<ValueType[], null>