This release introduces sloppy support for concrete generic types. This is still a heavy WIP, but the initial implementation is here. This does not break any existing code.
Concrete generic types are generic types that are already instantiated. For instance, binding glm.Vec2[float]
works, but glm.Vec
fails, because the latter is not a concrete type.