CmpStr - v3.2.1
    Preparing search index...

    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

    Properties

    buffer: T
    size: number