-
arrays
Construct an array from an iterator
-
bulks
Amazing bulks! They are like iterators, but in bulk, and therefore support collection into arrays
-
iter_fixed
Iterator of fixed length
-
collect_array
Allows for collecting an Iterator into an exactly sized array
-
collar
easy array collection
-
collect_array_ext_trait
Collect an iterator into an array
-
struct_as_array2
that allows you to represent the structure as an array. Ported from https://github.com/Nikitamuraviev10/struct_as_array.git to proc_macro2, syn 2.0 and quote 1.0
-
array_iter_tools
Modify simple arrays
-
array3d
3d array with internal iterators and various helper functions, uses an vec3-of-ints index type as a stylistic choice (.x .y .z for components is clearer alongside [] for array access
-
collect_slice
Collect an iterator into a slice
-
struct_as_array
that allows you to represent the structure as an array
-
array_iterator
Owning iterators based on arrays
Try searching with DuckDuckGo.