struct-view / Exports / int8
▸ Const
int8<K>(name
: K): Decorator<Record<K, number>>
Name | Type |
---|---|
K |
string |
Name | Type |
---|---|
name |
K |
Returns: Decorator<Record<K, number>>
Defined in: arithmetic.ts:56
▸ Const
int8(length
: number): ReadonlyPropertyFactory<Int8Array>
Name | Type |
---|---|
length |
number |
Returns: ReadonlyPropertyFactory<Int8Array>
Defined in: arithmetic.ts:56