Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RingBuffer<T>

Type parameters

  • T

Hierarchy

  • RingBuffer

Index

Properties

Properties

clear

clear: function

Type declaration

    • (): void
    • Returns void

count

count: number

data

data: T[]

get

get: function

Type declaration

    • (value: number): T
    • Parameters

      • value: number

      Returns T

has

has: function

Type declaration

    • (value: T): boolean
    • Parameters

      • value: T

      Returns boolean

push

push: function

Type declaration

    • (value: T): void
    • Parameters

      • value: T

      Returns void

Generated using TypeDoc