Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Homework hw4 task2
Some hints, to solve this task with Rust:
- Have a look into the std::mem module.
- Timings with the external crate time is more constructive than the methods in the standard library.