- I created a concatenate function that returns an arrayview.
- There are ndarrays a, b with contiguous memory layout.
- If I concatenate a and b, will I create an arrayview with two contiguous memory layouts?
- Is this a bad use?
I used to think this because of my computer's memory issues, but I've learned that most of the time, my thoughts aren't good...Is this a bad idea..?