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