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

© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/collections-MinHeapPriority