nyxxxie/serenity

Modify typesystem to support dynamic-sized types.

nyxxxie opened this issue · 2 comments

Some types might determine their size at runtime based on actual data. We should support those types. This depends on #21 being completed.

I proposed a potential design that could allow this feature to be seamlessly implemented in a comment on #21. Unless there is a better design, it might be smart to have this be implemented prior to working on this feature.

As of #21 being closed, this is implemented.