Michael Lee

Results 1 comments of Michael Lee

> Why not use a simple `list` or `tuple`? > > class Foo(msgspec.Struct): > field1: TypeY > field2: tuple[TypeX, ...] > [Annotating tuples](https://docs.python.org/3/library/typing.html#annotating-tuples) The types between the instances do not...