W3cubDocs

/Pony

None

[Source]

primitive val None is
  Stringable box

Implements

Constructors

create

[Source]

new val create()
: None val^

Returns

Public Functions

string

[Source]

fun box string()
: String iso^

Returns

eq

[Source]

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

Parameters

Returns

ne

[Source]

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

Parameters

Returns

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