copy_atom

Function copy_atom 

Source
pub fn copy_atom<'dest, 'src>(
    bump: &'dest Bump,
    atom: &'src Atom<'src>,
) -> &'dest Atom<'dest>