Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEST: Add append test that deals with incorrect layout situations
The existing code can already be used to clone an array into an appendable situation. I.e. even if a.try_append_array(axis, b) would error, we can always do this: let c = empty array c.try_append_array(axis, &a); c.try_append_array(axis, &b);
- Loading branch information