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