- Improve performance of list/vector/subtree setters/getters: convert potentially slow typed input to `int` before repeated internal math.
0.1.21
-------- - Fix single-type-param Union
0.1.20
-------- - Union type support
0.1.19
-------- - Bitfield access lookup-index type coercion fix
0.1.18
-------- - Container extensions / inheritance
0.1.17
--------
- Use r-op overloads to cover all uint operations better (Thanks ericsson49 for help) - Use MyPy for type checking, fix type inconsistencies (Thanks hwwhww for help) - Refactor TypeDef into part of View class