#proc-macro #macro-helpers #helper #internal #tupiter

tupiter-proc-macro

Tupiter内部过程宏助手

1个不稳定版本

0.1.0 2020年8月24日

#46#macro-helpers

每月下载量24
tupiter 中使用

MIT/Apache

2KB

Tupiter

此crate是为那些想要迭代同构元组但无法重写为数组的人提供的临时解决方案。

use ::tupiter::IntoIterator;
for x in (1,2,3,4).into_iter() {
    println!("{}", x);
}

无运行时依赖