@adviser/cement - v0.0.0
    Preparing search index...

    Interface CTArrayBufferView

    interface CTArrayBufferView {
        buffer: ArrayBuffer;
        byteLength: number;
        byteOffset: number;
    }
    Index

    Properties

    buffer: ArrayBuffer

    The ArrayBuffer instance referenced by the array.

    byteLength: number

    The length in bytes of the array.

    byteOffset: number

    The offset in bytes of the array.