CollisionHash

[Source]

primitive val CollisionHash is
  HashFunction[U64 val] val

Implements

Constructors

create

[Source]

new val create()
: CollisionHash val^

Returns

Public Functions

hash

[Source]

fun box hash(
  x: U64 val)
: USize val

Parameters

Returns

eq

[Source]

fun box eq(
  x: U64 val,
  y: U64 val)
: Bool val

Parameters

Returns

ne

[Source]

fun box ne(
  that: CollisionHash 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-persistent-CollisionHash