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