array: fix move assignment operator
Until now, move assignment for array performed copy instead of move. Fix this issue and add test for move assignemt.
parent
57b614d0
Please register or sign in to comment
Until now, move assignment for array performed copy instead of move. Fix this issue and add test for move assignemt.