W3cubDocs

/Pony

_OpMapUpdate

[Source]

class val _OpMapUpdate

Constructors

create

[Source]

new val create(
  k': U64 val,
  v': U64 val)
: _OpMapUpdate val^

Parameters

Returns

Public fields

let k: U64 val

[Source]

let v: U64 val

[Source]

Public Functions

apply

[Source]

fun box apply(
  a: HashMap[U64 val, U64 val, CollisionHash val] val,
  b: HashMap[U64 val, U64 val, HashEq[U64 val] val] ref)
: HashMap[U64 val, U64 val, CollisionHash val] val

Parameters

Returns

str

[Source]

fun box str()
: String val

Returns

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