rulinalg
rulinalg copied to clipboard
Remove `Any` type bound throughout library
We had to place an Any type bound because of TypeId needed in the matrix multiplication module. Now the Any bound has been replaced with a static lifetime bound and we should do the same.