We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
generic-array
Concat
Split
1 parent b9f5fb9 commit b362ec7Copy full SHA for b362ec7
src/lib.rs
@@ -77,6 +77,7 @@
77
//! - Replace `generic_array` with `hybrid_array`
78
//! - Replace `GenericArray<T, U>` with `Array<T, U>`
79
//! - Replace `ArrayLength<T>` with `ArraySize`
80
+//! - Replace usages of the `Concat` and `Split` traits with [`Array::concat`] and [`Array::split`]
81
//! - Replace `<U as ArrayLength<T>>::ArrayType` with `<U as ArraySize>::ArrayType<T>`
82
//! - Replace usages of the `arr![N; A, B, C]` macro with `Array([A, B, C])`
83
//!
0 commit comments