Function core::fmt::num::imp::exp_u64

source ·
fn exp_u64(
    n: u64,
    is_nonnegative: bool,
    upper: bool,
    f: &mut Formatter<'_>
) -> Result