//! ## Fmt (//flowstdlib/fmt)
//! Functions for the formatting of values and conversion from one type to another.
/// A module to reverse a `String`
pubmodreverse;/// A module to convert a `String` to a `Number`
pubmodto_number;/// A module to convert a `Number` to a `String`
pubmodto_string;