buffwrap - v1.0.3
Preparing search index...
Platform: All
WrapperConfig
Type Alias WrapperConfig<T, B>
type
WrapperConfig
<
T
extends
ProxyShape
,
B
extends
BufferType
>
=
{
alignment
?:
number
;
buffer
?:
ArrayBuffer
;
capacity
:
number
;
offsets
?:
{
[
K
in
keyof
T
]
:
number
}
;
strategy
:
StrategyConstructor
<
T
,
B
>
;
strategyArgs
?:
any
[]
;
struct
:
WrapperStructConfig
<
T
>
;
}
Type Parameters
T
extends
ProxyShape
B
extends
BufferType
Index
Properties
alignment?
buffer?
capacity
offsets?
strategy
strategy
Args?
struct
Properties
Optional
alignment
alignment
?:
number
Optional
buffer
buffer
?:
ArrayBuffer
capacity
capacity
:
number
Optional
offsets
offsets
?:
{
[
K
in
keyof
T
]
:
number
}
strategy
strategy
:
StrategyConstructor
<
T
,
B
>
Optional
strategy
Args
strategyArgs
?:
any
[]
struct
struct
:
WrapperStructConfig
<
T
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
alignment
buffer
capacity
offsets
strategy
strategy
Args
struct
buffwrap - v1.0.3
Loading...