Worker type providing simple to string conversions for numbers.
primitive val _ToString
new val create() : _ToString val^
fun box eq( that: _ToString val) : Bool val
fun box ne( that: _ToString val) : Bool val
fun box _u64( x: U64 val, neg: Bool val) : String iso^
fun box _u128( x: U128 val, neg: Bool val) : String iso^
fun box _f64( x: F64 val) : String iso^
© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/builtin-_ToString