Closed li-kangaroo closed 3 years ago
Added tests for the following methods of array: pushing over capacity, clone, equality, push_front, pop_front, pop_back, and contracts. Fixed the constructor for clone that was giving an arity mismatch error.
Sorry about the double pull request and the disappearance of the previous one, I messed up the branches on my end.
That looks good to me. @tov: any thoughts?
Added tests for the following methods of array: pushing over capacity, clone, equality, push_front, pop_front, pop_back, and contracts. Fixed the constructor for clone that was giving an arity mismatch error.