TLDR: generics π
Version v2.0.0 introduces support for generics π. You can now use custom types withing lane's data structures. No reflection will be involved anymore, as the compiler will now do the job of type checking your code instead. This is a major step forward for the library, and I hope it will prove useful to as many of you as possible.
The library is now importable as `gi...