struct-view / Exports / ArithmeticFactory
Name | Type |
---|---|
T |
Types |
PropertyFactory<TypedArray<T>[number]>
ReadonlyArrayPropertyFactory<TypedArray<T>>
↳ ArithmeticFactory
▸ ArithmeticFactory<K>(name
: K): Decorator<Record<K, InstanceType<TypedArrayConstructor<T>>[number]>>
Name | Type |
---|---|
K |
string |
Name | Type |
---|---|
name |
K |
Returns: Decorator<Record<K, InstanceType<TypedArrayConstructor<T>>[number]>>
Defined in: factories.ts:3
▸ ArithmeticFactory(length
: number): ReadonlyPropertyFactory<InstanceType<TypedArrayConstructor<T>>>
Name | Type |
---|---|
length |
number |
Returns: ReadonlyPropertyFactory<InstanceType<TypedArrayConstructor<T>>>
Defined in: factories.ts:15