We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rust/src/libcore/clone.rs
Line 73 in 27c4335
the standard library only implements Clone up until arrays of size 32
Clone
Line 98 in 27c4335
Array types, for all sizes, if the item type also implements Clone (e.g., [i32; 123456])
[i32; 123456]
Playground example:
https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=3341d51ba6dc6be3f1652fee12dd4835