Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBuffer<T>

Type parameters

  • T

Hierarchy

  • ILength
  • IRelease
    • IBuffer

Implemented by

Index

Properties

Readonly length

length: number

Methods

drop

isEmpty

  • isEmpty(): boolean

isFull

  • isFull(): boolean

push

release

  • release(opt?: any): boolean
  • Parameters

    • Optional opt: any

    Returns boolean

Generated using TypeDoc