[][src]Module avocado::utils

Common utility functions and types.

Functions

int_to_usize_with_msg

Converts an i8, i16, i32 or i64 to a usize if the range and the value permits. Constructs an error message based on msg otherwise.