Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • HeapOptions<T>
    • PriorityQueueOptions

Index

Properties

Optional allocStep

allocStep: number

When the vector overflows, this option determines how big the vector will become.

Optional capacity

capacity: number

This value specifies how much capacity the vector should at least have.

Optional compare

compare: (a: T, b: T) => boolean

Type declaration

    • (a: T, b: T): boolean
    • Parameters

      • a: T
      • b: T

      Returns boolean

Optional elements

elements: Iterable<T>

An iterable that will be consumed to fill the vector.

Legend

  • Property
  • Method
  • Accessor
  • Property
  • Method
  • Inherited property
  • Inherited method

Generated using TypeDoc