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