Submodules

std::arr

std::bw

std::coll

std::conc

std::env

std::internal::conc::Mutex

std::internal::conc::Thread

std::internal::env

std::internal::io

std::internal::prc::Process

std::internal::str

std::internal::time

std::io

std::iter

std::math

std::opt

std::prc

std::res

std::rng

std::sort

std::str

std::test

std::time

Constants
Procedures
if_else

Returns if_true if cond is true and otherwise returns if_false.

Arguments

cond - bool

if_true - any

if_false - any

Returns

any

if_else_lazy

Returns the result of calling if_true if cond is true and otherwise returns the result of calling if_false.

Arguments

cond - bool

if_true - || -> any

if_false - || -> any

Returns

any

poem

Arguments

Returns

str