Macro conversions

Source
macro_rules! conversions {
    ($(($name:ident = $ty:ty))*) => { ... };
}
Available on target_family="wasm" only.