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