Skip to content

0.13.3 – Concrete generic type support

Latest
Compare
Choose a tag to compare
@liquidev liquidev released this 17 Jan 22:09
· 2 commits to master since this release

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.