Implement dim-in-bounds-p and row-major-index
Similar functions are provided in CL, but they operate on *arrays* when all they really need are the *dimensions*. This sometimes proves an annoyance, and I thought alexandria was a good place to implement these.
alexandria-2/arrays.lisp
0 → 100644
Please register or sign in to comment