None
primitive val None is Stringable box
Implements
- Stringable box
Constructors
create
new val create() : None val^
Returns
- None val^
Public Functions
string
fun box string() : String iso^
Returns
- String iso^
eq
fun box eq( that: None val) : Bool val
Parameters
- that: None val
Returns
- Bool val
ne
fun box ne( that: None val) : Bool val
Parameters
- that: None val
Returns
- Bool val
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/builtin-None