dsharlet / array

C++ multidimensional arrays in the spirit of the STL
Apache License 2.0
198 stars 15 forks source link

Write a FAQ with examples of how to do common tasks #56

Open jiawen opened 3 years ago

jiawen commented 3 years ago

... some of which may not be simple.

Also include some gotchas like how cropping (slicing) doesn't change min.

dsharlet commented 3 years ago

I could think of 4 FAQs so far (some are probably not likely to be frequently asked): https://github.com/dsharlet/array/blob/faq/test/faq.cpp

If you have other questions you'd like to see, any ideas are welcome.