The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Sidef::Types::Bool::Bool

DESCRIPTION

This class implements ...

SYNOPSIS

var obj = Bool(...)

INHERITS

Inherits methods from:

       * Sidef::Object::Object

METHODS

&

Obj & Obj -> Obj

Return the

^

Obj ^ Obj -> Obj

Return the

|

Obj | Obj -> Obj

Return the

false

Bool.false() -> Obj

Return the

is_true

Bool.is_true() -> Obj

Return the

neg

Bool.neg() -> Obj

Return the

Aliases: not, flip, toggle, is_false

new

Bool.new() -> Obj

Return the

Aliases: call

pick

Bool.pick() -> Obj

Return the

Aliases: rand

to_b

Bool.to_b() -> Obj

Return the

Aliases: to_bool

to_s

Bool.to_s() -> Obj

Return the

Aliases: dump, to_str

true

Bool.true() -> Obj

Return the