You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added type hints for cs.Struct._subcons, cs.Sequence._subcons, cs.FocusedSeq._subcons, cs.Union._subcons, cs.LazyStruct._subcons, cs.LazyStruct._subconsindexes
added generic wrapper for cs.Array
added __init__ methods for all constructs that currently only define an __new__ method
using __new__ instead of __init__ for EnumBase to create enum member objects (fixes #18)