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
{{ message }}
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.
What do I do when I have a recursive type or a bunch of mutually recursive types? The most tired example would be an employer having a list of employees and each employee having a reference back to the employer. To clarify, I'm asking primarily about table types, as I haven't yet touched the class system support introduced in 1.1. Thanks in advance!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What do I do when I have a recursive type or a bunch of mutually recursive types? The most tired example would be an employer having a list of employees and each employee having a reference back to the employer. To clarify, I'm asking primarily about table types, as I haven't yet touched the class system support introduced in 1.1. Thanks in advance!
The text was updated successfully, but these errors were encountered: