Expand description
Personal Standard Rust Lib Publics for reuse and to avoid redefinition
Macros§
Functions§
- any_
to_ string - Converts any type to String.
- is_even
- Taking n as u128, returns true or false in case of n being even or odd respectively.
- is_
even_ any - Returns true if n is even or false if n is odd.
- is_
executable - Return true if cmd is executable else false.
- power
- Raises base to the power of exp and returns the result.
- rand_
bool - Returns a random boolean value.