CmpStr - v3.2.1
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
;
size
:
number
;
}
Type Parameters
T
The buffer type
Index
Properties
buffer
size
Properties
buffer
buffer
:
T
size
size
:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
buffer
size
GitHub
npm
jsDelivr
Docs
Support
Example
CmpStr - v3.2.1
Loading...
PoolBuffer represents a buffer and its size in the pool.