struct-view

struct-view / Exports / int8

Function: int8

Constint8<K>(name: K): Decorator<Record<K, number>>

Type parameters:

Name Type
K string

Parameters:

Name Type
name K

Returns: Decorator<Record<K, number>>

Defined in: arithmetic.ts:56

Constint8(length: number): ReadonlyPropertyFactory<Int8Array>

Parameters:

Name Type
length number

Returns: ReadonlyPropertyFactory<Int8Array>

Defined in: arithmetic.ts:56