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