W3cubDocs

/Pony

Bool

[Source]

primitive val Bool is
  Stringable box

Implements

Constructors

create

[Source]

new val create(
  from: Bool val)
: Bool val^

Parameters

Returns

Public Functions

eq

[Source]

fun box eq(
  y: Bool val)
: Bool val

Parameters

Returns

ne

[Source]

fun box ne(
  y: Bool val)
: Bool val

Parameters

Returns

op_and

[Source]

fun box op_and(
  y: Bool val)
: Bool val

Parameters

Returns

op_or

[Source]

fun box op_or(
  y: Bool val)
: Bool val

Parameters

Returns

op_xor

[Source]

fun box op_xor(
  y: Bool val)
: Bool val

Parameters

Returns

op_not

[Source]

fun box op_not()
: Bool val

Returns

string

[Source]

fun box string()
: String iso^

Returns

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