rulinalg icon indicating copy to clipboard operation
rulinalg copied to clipboard

Remove `Any` type bound throughout library

Open AtheMathmo opened this issue 9 years ago • 0 comments

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.

AtheMathmo avatar Feb 10 '17 20:02 AtheMathmo