CmpStr - v3.4.0
GitHub
npm
jsDelivr
Docs
Support
Example
Preparing search index...
utils/Types
PoolBuffer
Interface PoolBuffer<T>
PoolBuffer represents a buffer and its size in the pool.
interface
PoolBuffer
<
T
>
{
buffer
:
T
;
id
:
number
;
size
:
number
;
}
Type Parameters
T
The buffer type
Hierarchy (
View Summary
)
RawBuffer
<
T
>
PoolBuffer
Index
Properties
buffer
id
size
Properties
buffer
buffer
:
T
id
id
:
number
size
size
:
number
Settings
Theme
OS
Light
Dark
On This Page
Properties
buffer
id
size
GitHub
npm
jsDelivr
Docs
Support
Example
CmpStr - v3.4.0
Loading...
PoolBuffer represents a buffer and its size in the pool.