[ ソース: rust-iter-fixed ]
パッケージ: librust-iter-fixed-dev (0.4.0-6)
librust-iter-fixed-dev に関するリンク
Debian の資源:
rust-iter-fixed ソースパッケージをダウンロード:
- [rust-iter-fixed_0.4.0-6.dsc]
- [rust-iter-fixed_0.4.0.orig.tar.gz]
- [rust-iter-fixed_0.4.0-6.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
iterator of fixed length - Rust source code
iter_fixed provides a type and traits for turning collections of fixed size, like arrays, into IteratorFixed which can be used a bit like an ordinary Iterator but with a compile time guaranteed length. This enables us to turn them back into collections of fixed size without having to perform unnecessary checks during run time.
This package contains the source for the Rust crate iter_fixed, for use with cargo.