Skip to content

MinHeapPriority[A: Comparable[A] #read]

[Source]

primitive val MinHeapPriority[A: Comparable[A] #read] is
  _BinaryHeapPriority[A] val

Implements

  • _BinaryHeapPriority[A] val

Constructors

create

[Source]

new val create()
: MinHeapPriority[A] val^

Returns


Public Functions

apply

[Source]

fun box apply(
  x: A,
  y: A)
: Bool val

Parameters

  • x: A
  • y: A

Returns


eq

[Source]

fun box eq(
  that: MinHeapPriority[A] val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: MinHeapPriority[A] val)
: Bool val

Parameters

Returns