Why is there a separate repo for Swift Package Manager support? The main git repository for lottie-ios is somewhat large (300+ MB), and Swift Package Manager always downloads the full repository with ...
I was implementing a checked multiplication operator using generics, and didn't want to expose eight multiplication functions. Here is the Go Playground link: https ...