Module librsnek::modules::builtins [] [src]

builtins - The builtin types, constants, and functions that are available at anytime

Reexports

pub use self::all::AllFn;
pub use self::all::iterator_all;
pub use self::and::logical_and;
pub use self::any::AnyFn;
pub use self::any::iterator_any;
pub use self::globals::GlobalsFn;
pub use self::int::IntFn;
pub use self::len::LenFn;
pub use self::list::ListFn;
pub use self::or::logical_or;
pub use self::print::PrintFn;
pub use self::str::StrFn;
pub use self::tuple::TupleFn;
pub use self::typefn::TypeFn;
pub use self::types::Type;

Modules

all

all() - builtin function

and

and - builtin operator function

any

any() - builtin function

globals

globals() - builtin function

int

int() - builtin function

len

len() - builtin function

list

list() - builtin function

or

or - builtin operator function

print

print() - builtin function

str

str() - builtin function

tuple

tuple() - builtin function

typefn

type() - builtin function

types

Type is an enum wrapper for all known builtin types to act as a generic proxy