yandex/mastermind

Refactoring: removed useless `memcpy` and `memset`

Opened this issue · 0 comments

Most of memcpy from the code do not optimize anything and should be replaced by '='. Some of memset in constructors should be replaced by calling default constructor from initializer list.