Macro rustc_apfloat::unpack
source · macro_rules! unpack {
($status:ident|=, $e:expr) => { ... };
($status:ident=, $e:expr) => { ... };
}
macro_rules! unpack {
($status:ident|=, $e:expr) => { ... };
($status:ident=, $e:expr) => { ... };
}