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