Closed Luro02 closed 4 years ago
Here is a list of all types; https://doc.rust-lang.org/std/marker/trait.Copy.html
Arrays and References are sometimes copy.
I think ! and an empty () can be ignored. If there are types inside () like (u8, u64), they should be checked for copy individually.
!
()
(u8, u64)
Here is a list of all types; https://doc.rust-lang.org/std/marker/trait.Copy.html
Note
Arrays and References are sometimes copy.