macro_rules! make_from_iterator {
($fn_name : ident, $make_class : ident, $impl : ident, $scalar_type : ident, $prim_type : ty) => { ... };
}
macro_rules! make_from_iterator {
($fn_name : ident, $make_class : ident, $impl : ident, $scalar_type : ident, $prim_type : ty) => { ... };
}