W3cubDocs

/Pony

_ToString

[Source]

Worker type providing simple to string conversions for numbers.

primitive val _ToString

Constructors

create

[Source]

new val create()
: _ToString val^

Returns

Public Functions

eq

[Source]

fun box eq(
  that: _ToString val)
: Bool val

Parameters

Returns

ne

[Source]

fun box ne(
  that: _ToString val)
: Bool val

Parameters

Returns

Private Functions

_u64

[Source]

fun box _u64(
  x: U64 val,
  neg: Bool val)
: String iso^

Parameters

Returns

_u128

[Source]

fun box _u128(
  x: U128 val,
  neg: Bool val)
: String iso^

Parameters

Returns

_f64

[Source]

fun box _f64(
  x: F64 val)
: String iso^

Parameters

Returns

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